diff --git a/WIP Changelog.txt b/WIP Changelog.txt index b263fe0..e96b546 100644 --- a/WIP Changelog.txt +++ b/WIP Changelog.txt @@ -1,5 +1,9 @@ New Features: -- +- Implemented the new vehicle groupings by MPI. +- Implemented new model based group detection to provide more accurate groupings than relying solely on the estimating system. * +- Added group verification to disable alerts and track whether a grouping has already been reviewed and confirmed. Bug Fixes: -- Updated ignore logic for recycled glass. \ No newline at end of file +- Updated ignore logic for recycled glass. + +* Please send feedback on the model groupings if you notice any issues to support@thinkimex.com. \ No newline at end of file diff --git a/electron/changelog.json b/electron/changelog.json index d081fad..3c2e185 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -41,7 +41,7 @@ }, "1.0.17": { "title": "Release Notes for 1.0.17", - "date": "TBD", - "notes": "TBD" + "date": "02/17/2021", + "notes": "New Features: \n- Implemented the new vehicle groupings by MPI.\n- Implemented new model based group detection to provide more accurate groupings than relying solely on the estimating system. *\n- Added group verification to disable alerts and track whether a grouping has already been reviewed and confirmed.\n\nBug Fixes: \n- Updated ignore logic for recycled glass.\n\n* Please send feedback on the model groupings if you notice any issues to support@thinkimex.com. " } }