diff --git a/WIP Changelog.txt b/WIP Changelog.txt index 58c1c65..78d172c 100644 --- a/WIP Changelog.txt +++ b/WIP Changelog.txt @@ -1,2 +1,4 @@ Bug Fixes: -- Added remanufactured as a part type dislpay instead of 'PAM'. \ No newline at end of file +- Added remanufactured as a part type dislpay instead of 'PAM'. +- Resolve an issue where group would occasionally not be preserved when changed. +- Added 'Reman' as a displayed part type. \ No newline at end of file diff --git a/electron/changelog.json b/electron/changelog.json index 08ceb56..d0a009c 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -11,7 +11,7 @@ }, "1.0.11": { "title": "Release Notes for 1.0.11", - "date": "TBD", - "notes": "" + "date": "11/24/2020", + "notes": "Bug Fixes: \n- Added remanufactured as a part type dislpay instead of 'PAM'.\n- Resolve an issue where group would occasionally not be preserved when changed.\n- Added 'Reman' as a displayed part type." } }