fix CHANGELOG.md

This commit is contained in:
Artem Chivchalov
2016-11-15 20:21:43 +03:00
committed by GitHub
parent 32dc67601d
commit b2250d9400

View File

@@ -1,6 +1,7 @@
#### 2.1.0 #### 2.1.0
* Added [Steam Workshop](http://steamcommunity.com/app/464350/workshop/) support for mods and bot AI scripts. * Added [Steam Workshop](http://steamcommunity.com/app/464350/workshop/) support for mods and bot AI scripts.
Use your Steam client server launcher to submit npm packages to the Workshop. Use your Steam client server launcher to submit npm packages to the Workshop.
#### 2.0.0 #### 2.0.0
* **Breaking change:** replaced all callback methods in mods `config` object with events. See example mods to learn more. * **Breaking change:** replaced all callback methods in mods `config` object with events. See example mods to learn more.
* Introduced autonomous NPC bot players system, see [README](https://github.com/screeps/screeps#npc-bots). * Introduced autonomous NPC bot players system, see [README](https://github.com/screeps/screeps#npc-bots).
@@ -20,4 +21,4 @@
* Added `DRIVER_MODULE` env var to `engine` processes to explicitly tell which module should be loaded. * Added `DRIVER_MODULE` env var to `engine` processes to explicitly tell which module should be loaded.
#### 1.0.4 #### 1.0.4
* Fixed an issue that caused some processes to start before the storage process is ready to accept connections. * Fixed an issue that caused some processes to start before the storage process is ready to accept connections.