From 77894cd9e584602cd4f0154ae37dff38e87a7364 Mon Sep 17 00:00:00 2001 From: omuretsu <84951833+Snarling@users.noreply.github.com> Date: Tue, 3 Jan 2023 02:50:08 -0500 Subject: [PATCH] Update changelog for hotfixes --- doc/source/changelog.rst | 7 +++++++ src/Constants.ts | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 0932ce2b7..201e16fb0 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -6,6 +6,13 @@ Changelog v2.2.0 - Jan 2 2023 Development Reboot -------------------------------------- +Hotfixes: + +* Fixed some issues with savegames failing to load, or causing the main engine loop to stall after load. +* Fixed an issue where .script files were not receiving the correct args when ran +* Fixed an issue with sleeve HP calculation +* Fixed an issue with faction XP gain being extremely high (may have been a longstanding issue) + Dev notes * The previous main developer, hydroflame, is stepping back from this project for the foreseeable future. To facilitate this, we've moved the repo to a new location at https://github.com/bitburner-official/bitburner-src. diff --git a/src/Constants.ts b/src/Constants.ts index cc0019239..440d37622 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -232,6 +232,13 @@ export const CONSTANTS: { Donations: 41, LatestUpdate: ` + v2.2.0 Hotfixes: + + * Fixed some issues with savegames failing to load, or causing the main engine loop to stall after load. + * Fixed an issue where .script files were not receiving the correct args when ran + * Fixed an issue with sleeve HP calculation + * Fixed an issue with faction XP gain being extremely high (may have been a longstanding issue) + v2.2.0 - Jan 2 2023 Development Reboot Dev notes