From 76ce2f9955911492e64ef6019c3ab8bbf4b4efcc Mon Sep 17 00:00:00 2001
From: Snarling <84951833+Snarling@users.noreply.github.com>
Date: Sun, 2 Jun 2024 12:08:47 -0400
Subject: [PATCH] Hotfix changelog

---
 src/Constants.ts | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/Constants.ts b/src/Constants.ts
index 3a904f0eb..c19f82bd2 100644
--- a/src/Constants.ts
+++ b/src/Constants.ts
@@ -158,10 +158,12 @@ export const CONSTANTS: {
 
   // Also update doc/source/changelog.rst
   LatestUpdate: `
-## v2.6.2 dev - Last update 22 May 2024
+## v2.6.2 dev - Last update 2 June 2024
 
 See 2.6.1 changelog at https://github.com/bitburner-official/bitburner-src/blob/v2.6.1/src/Documentation/doc/changelog.md
 
-No changes yet since 2.6.1 release
+### HOTFIX (changes also added to 2.6.1 post release)
+
+- Fixed an issue with invalid format on steam cloud save (@catloversg)
 `,
 };