From b829f28f8ca994bf8f3dbafafe8fb496c29dd5f7 Mon Sep 17 00:00:00 2001 From: David Walker Date: Wed, 27 Nov 2024 01:42:34 -0800 Subject: [PATCH] MISC: Update changelog (#1804) Updated through c6865802 --- src/Constants.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Constants.ts b/src/Constants.ts index 45e410177..496e6c2f5 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -109,7 +109,7 @@ export const CONSTANTS = { // Also update Documentation/doc/changelog.md when appropriate (when doing a release) LatestUpdate: ` -## v2.7.0 Dev: Last updated 25 November 2024 +## v2.7.0 Dev: Last updated 27 November 2024 ### MAJOR ADDITIONS @@ -230,6 +230,7 @@ export const CONSTANTS = { - Add error cause to exception alert and Recovery mode UI (@catloversg) - Fix ramOverride check (@jonhartnett) - Accept "noscript" as parameter for skipping loading scripts (@catloversg) +- Fix: Multiple issues with migrating older savegames (@catloversg) ### SPOILER CHANGES @@ -274,6 +275,7 @@ export const CONSTANTS = { - Remove WD from Hashnet server list if TRP not installed (@gmcew) - Deduct karma when successfully completing action involving killing (@catloversg) - Fix: Hashserver UI shows wrong server list when purchasing upgrades (@catloversg) +- Fix wrong initial productionMult of new division (@catloversg) ### CODEBASE/REFACTOR @@ -326,5 +328,7 @@ export const CONSTANTS = { - Fix: Wrong usage of delete operator in Settings.load (@catloversg) - Mitigate cyclic dependency between Jsonable classes (@catloversg) - Fix: Generic Reviver does not handle Message class (@catloversg) +- Add tests for b1tflum3 and destroyW0r1dD43m0n API (@catloversg) +- Multiple large refactors to savegame loading for better validation and safety (@catloversg) `, } as const;