Updated documentation for new Stock Market changes. More rebalancing for recent stock market changes

This commit is contained in:
danielyxie
2019-06-03 23:05:25 -07:00
parent 35f8a5115a
commit dc5f4e6694
8 changed files with 66 additions and 38 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ export let CONSTANTS: IMap<any> = {
** 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 script (by Ornedan)
* Improved performance when starting up many copies of a new NetscriptJS script (by Ornedan)
* 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)