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-"
}