diff --git a/src/Constants.ts b/src/Constants.ts index 3318f8a35..bac105785 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -231,12 +231,14 @@ export const CONSTANTS: { // Also update doc/source/changelog.rst LatestUpdate: ` -v2.3.2 dev - Changelog updated 6/12/2023 +v2.3.2 dev - Changelog updated 6/19/2023 ---------------------------------------- Also see 2.3.1 release notes: https://github.com/bitburner-official/bitburner-src/releases/tag/v2.3.1 GENERAL / MISC: +* Syntax errors now show details in the script editor and when attempting to run the script (@bezrodnov) +* Hitting enter at the terminal with nothing typed in will print out an empty line (@rqzcho) * Fixed a bug where dragging a tail window titlebar would sometimes scroll the tail window content (@bezrodnov) * Show more info in the savegame comparison tool (@bezrodnov) * Internal code refactors (@bezrodnov, @Snarling)