diff --git a/electron/changelog.json b/electron/changelog.json index 13c79da..c4810cb 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -27,6 +27,6 @@ "1.0.14": { "title": "Release Notes for 1.0.14", "date": "12/18/2020", - "notes": "Bug Fixes: \n- Resolved an issue where launching a second instance of RPS would cause the program to freeze.\n- Date filtering will now ensure only correct dates are reported on, regardless of time zone.\n- Added negative RPS calculations on combined estimate lines like assemblies." + "notes": "Bug Fixes: \n- Resolved an issue where launching a second instance of RPS could cause the program to occasionally freeze.\n- Fixed an issue where date filtering could include dates outside the range depending on time zone.\n- Added negative RPS calculations on combined estimate lines like assemblies." } }