From d5525f39bc383c6a93f91e9946e494f3a3650a9d Mon Sep 17 00:00:00 2001 From: omuretsu <84951833+Snarling@users.noreply.github.com> Date: Mon, 21 Aug 2023 06:56:11 -0400 Subject: [PATCH] Update changelog (probably last iteration of 2.4.1dev) --- src/Constants.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Constants.ts b/src/Constants.ts index fdf891548..910db42c2 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -219,13 +219,17 @@ export const CONSTANTS: { // Also update doc/source/changelog.rst LatestUpdate: ` -## v2.4.1dev - Last changelog update 8/16/23 +## v2.4.1dev - Last changelog update 8/21/23 See 2.4.0 changelog at: https://github.com/bitburner-official/bitburner-src/blob/stable/src/Documentation/ui/doc/changelog.md Some changes below include spoilers. +### MAJOR ADDITIONS: + +* Added "Enable terminal history search with arrow keys" option in Misc options category, inspired by similar functionality in shells like zsh. (@ficocelliguy) + ### BUGFIX: * Fixed a bug where buying NeuroFlux Governor would buy one less level than expected (@zerbosh)