From 762f8a23ef8b105437ad1bcabc715cc43d47d866 Mon Sep 17 00:00:00 2001 From: omuretsu <84951833+Snarling@users.noreply.github.com> Date: Sat, 10 Jun 2023 16:38:09 -0400 Subject: [PATCH] Dev changelog --- src/Constants.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Constants.ts b/src/Constants.ts index 6b2bf7d47..9d7eabed3 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -231,13 +231,15 @@ export const CONSTANTS: { // Also update doc/source/changelog.rst LatestUpdate: ` -v2.3.2 dev - Changelog updated 6/7/2023 ---------------------------------------- +v2.3.2 dev - Changelog updated 6/10/2023 +---------------------------------------- Also see 2.3.1 release notes: https://github.com/bitburner-official/bitburner-src/releases/tag/v2.3.1 GENERAL / MISC: -* No changes so far from 2.3.1 release. +* Fixed a bug where dragging a tail window titlebar would sometimes scroll the tail window content (@bezrodnov) +* Internal code refactors (@bezrodnov) +* Documentation fixes (@tdnzr) * Nerf noodle bar `, };