From 430e65f23f061093baf7021c4170b46ec34551f8 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 18 Dec 2020 14:15:09 -0800 Subject: [PATCH] Revised changelog. --- electron/changelog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." } }