diff --git a/WIP Changelog.txt b/WIP Changelog.txt index 10d1958..eb0763e 100644 --- a/WIP Changelog.txt +++ b/WIP Changelog.txt @@ -3,4 +3,5 @@ New Features: - Added ability to filter for jobs with no close date on job search. Bug Fixes: -- Added better error handling on reporting for jobs that did not have a group set. \ No newline at end of file +- Added better error handling on reporting for jobs that did not have a group set. +- Added a confirmation on changes to shop settings to indicate that a restart is required for them to take effect. \ No newline at end of file diff --git a/electron/changelog.json b/electron/changelog.json index fc5a3ed..d068559 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -16,7 +16,7 @@ }, "1.0.12": { "title": "Release Notes for 1.0.12", - "date": "TBD", - "notes": "" + "date": "11/26/2020", + "notes": "New Features: \n- Added a reference guide for MPI Grouping Guidelines next to the Group Descriptor on the estimate screen.\n- Added ability to filter for jobs with no close date on job search.\n\nBug Fixes: \n- Added better error handling on reporting for jobs that did not have a group set.\n- Added a confirmation on changes to shop settings to indicate that a restart is required for them to take effect." } }