diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index a74334b8d..033983260 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -3,6 +3,22 @@ Changelog ========= +v0.40.1 - 8/5/2018 - Community Update +------------------------------------- +* Added getPurchasedServerCost() Netscript function (by kopelli) +* Added getFavorToDonate() Netscript function (by hydroflame) +* Added getFactionFavorGain() and getCompanyFavorGain() Singularity functions (by hydroflame) +* Accumulated 'bonus' time in Bladeburner is now displayed in the UI (by hydroflame) +* The Red Pill can now be purchased with negative money (since its supposed to be free) (by hydroflame) +* Cranial Signal Processor Augmentations now have the previous generation as a prerequisite. i.e. Cranial Signal Processor - Gen II requires Gen I (by Kline-) +* Terminal now supports semicolon usage (end of command). This allows chaining multiple Terminal commands (by hydroflame) +* 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 (by kopelli) +* 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) +* Various minor UI/QOL fixes by hydroflame, kopelli, and Kline- + v0.40.0 - 7/28/2018 ------------------- * **WARNING: This update makes some significant changes to Netscript and therefore you may need to make some changes to your scripts. See** `this post `_ **this post for details**