From 4737a394e75577de1e5d00af353b1188e9c0988a Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Tue, 12 Jan 2021 12:37:03 -0800 Subject: [PATCH] V1.0.15 changelog items. --- WIP Changelog.txt | 1 + electron/changelog.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/WIP Changelog.txt b/WIP Changelog.txt index 641f726..3709afa 100644 --- a/WIP Changelog.txt +++ b/WIP Changelog.txt @@ -1,5 +1,6 @@ New Features: - Renamed 'Close Date' to 'Ready for Payment' to better align with MPI terminology. +- Changed vehicle age calculation to use 'Ready for Payment' instead of loss date as per new MPI practices. Bug Fixes: - Updated grouping typo on group lookup popup. \ No newline at end of file diff --git a/electron/changelog.json b/electron/changelog.json index 8e74c0e..d37226b 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -31,7 +31,7 @@ }, "1.0.15": { "title": "Release Notes for 1.0.15", - "date": "TBD", - "notes": "" + "date": "01/12/2021", + "notes": "New Features: \n- Renamed 'Close Date' to 'Ready for Payment' to better align with MPI terminology.\n- Changed vehicle age calculation to use 'Ready for Payment' instead of loss date as per new MPI practices.\n\nBug Fixes: \n- Updated grouping typo on group lookup popup." } }