From c4fe88e0c7420956579ae6b8efa81261b430f1be Mon Sep 17 00:00:00 2001 From: omuretsu <84951833+Snarling@users.noreply.github.com> Date: Sun, 6 Aug 2023 00:13:07 -0400 Subject: [PATCH] Update changelog --- src/Constants.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/Constants.ts b/src/Constants.ts index 392f6c900..3b906eb35 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -219,7 +219,7 @@ export const CONSTANTS: { // Also update doc/source/changelog.rst LatestUpdate: ` -## v2.4.1dev - Last changelog update 8/1/23 +## v2.4.1dev - Last changelog update 8/6/23 See 2.4.0 changelog at: https://github.com/bitburner-official/bitburner-src/blob/stable/src/Documentation/ui/doc/changelog.md @@ -228,10 +228,19 @@ Changes below include spoilers. ### NETSCRIPT: +* Added ns.singularity.getAugmentationFactions to provide a list of factions that has a given augmentation. (@myCatsName) * Added ns.stock.getConstants (@Snarling) +* Added ownedAugs and ownedSF properties to ns.getResetInfo return value (@Snarling) * ns.corporation.getConstants now has a ram cost of 0 (@Snarling) * ns.sleeve.setToFactionWork no longer allows working for factions the player has not joined (@Snarling) +### UI: + +* Fixed an issue that could cause the Coding Contract UI to become unreachable. (@myCatsName) +* Updated an outdated message on ns.killall logs (@myCatsName) +* Removed more references to ReadTheDocs that remained after 2.4.0 (@hydroflame) +* Fixed some typos/spacing (@myCatsName) + ### INFILTRATION: * Knowledge of Apollo aug highlights the correct wires again (@Snarling)