From 2559300a4d08ad8504b7b77c059ae39303d9ef8a Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Thu, 15 Apr 2021 13:32:25 -0700 Subject: [PATCH] 1.0.18 Changelog Items. --- WIP Changelog.txt | 4 +++- electron/changelog.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/WIP Changelog.txt b/WIP Changelog.txt index 97da817..405d951 100644 --- a/WIP Changelog.txt +++ b/WIP Changelog.txt @@ -1,4 +1,6 @@ New Features: - Bug Fixes: -- Updated rare bug in vehicle age calculation. \ No newline at end of file +- Updated rare bug in vehicle age calculation. +- Improved wheel repair calculation logic. +- Improved $0 price recognition for Aftermarket and Recycled parts. \ No newline at end of file diff --git a/electron/changelog.json b/electron/changelog.json index 9483867..fbb6ab8 100644 --- a/electron/changelog.json +++ b/electron/changelog.json @@ -46,7 +46,7 @@ }, "1.0.18": { "title": "Release Notes for 1.0.18", - "date": "TBD", - "notes": "" + "date": "04/15/2021", + "notes": "Bug Fixes: \n- Updated rare bug in vehicle age calculation.\n- Improved wheel repair calculation logic.\n- Improved $0 price recognition for Aftermarket and Recycled parts." } }