From 5ba1433898ccccaf100b87263c7a4f1f07e8a7d2 Mon Sep 17 00:00:00 2001 From: Daniel Xie Date: Fri, 3 Aug 2018 10:41:52 -0500 Subject: [PATCH] Updated changelog for merged PRs --- src/Constants.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Constants.js b/src/Constants.js index f29faf555..71be588e8 100644 --- a/src/Constants.js +++ b/src/Constants.js @@ -500,9 +500,10 @@ let CONSTANTS = { "* Cranial Signal Processor Augmentations now have the previous generation as a prerequisite. i.e. Cranial Signal Processor - Gen II requires Gen I (by Kline-)
" "* Bladeburner Raid operations can no longer be performed if your estimate of Synthoid communities is zero (by hydroflame)
" + "* The difficulty of BN-12 now scales faster (by hydroflame)
" + + "* Active Scripts UI now shows a RAM Usage bar for each server
" + "* Bug Fix: Corrected terminal timestamp format (by kopelli)
" + - "* Bug Fix: NetscriptJS scripts should now die properly if they don't have a 'main' function (by hydroflame)
" - + "* Bug Fix: NetscriptJS scripts should now die properly if they don't have a 'main' function (by hydroflame)
" + + "* Various minor UI/QOL fixes by hydroflame, kopelli, and Kline-" }