diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 106136f69..0af1d4437 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -3,6 +3,21 @@ Changelog ========= +v0.47.1 - 6/27/2019 +------------------- +* Stock Market changes: +** Transactions no longer influence stock prices (but they still influence forecast) +** Changed the way stocks behave, particularly with regard to how the stock forecast occasionally "flips" +** Hacking & growing a server can potentially affect the way the corresponding stock's forecast changes +** Working for a company positively affects the way the corresponding stock's forecast changes + +* Scripts now start/stop instantly +* Improved performance when starting up many copies of a new NetscriptJS script (by Ornedan) +* Improved performance when killing scripts +* Dialog boxes can now be closed with the ESC key (by jaguilar) +* NetscriptJS scripts should now be "re-compiled" if their dependencies change (by jaguilar) +* write() function should now properly cause NetscriptJS scripts to "re-compile" (by jaguilar) + v0.47.0 - 5/17/2019 ------------------- * Stock Market changes: