Update changelog for hotfixes

This commit is contained in:
omuretsu 2023-01-03 02:50:08 -05:00
parent c9920f35ac
commit 77894cd9e5
2 changed files with 14 additions and 0 deletions

@ -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.

@ -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