Update and rename history.md to HISTORY.md

This commit is contained in:
mhsjlw 2015-11-28 07:37:50 -05:00
parent 7c314a589c
commit 5f02899173
2 changed files with 18 additions and 16 deletions

18
doc/HISTORY.md Normal file
View file

@ -0,0 +1,18 @@
## 0.2.0
*First functional release*
* Infinite worlds
* World generation (thanks @JWo1F!)
* World loading from anvil files
* Improved error handling
* Implement kicking and banning (thanks @demipixel!)
* Using ES6
* ModPE basic support (thanks @Creeplays!)
* Better commands, proper commands class instead of just IFS
* Enable compression!
* Multi-world support: overworld + nether (thanks @demipixel!)
## 0.1.0
*Initial release*
First version, basic functionalities

View file

@ -1,16 +0,0 @@
## 0.2.0
Lot of new functionalities:
* infinite world
* world generation (thanks @JWo1F)
* world loading from anvil files
* improved error handling
* implement kicking and banning (thanks @demipixel)
* using es6
* modpe basic support (thanks @Creeplays)
* better commands : proper commands class instead of just ifs
* enable compression
* multi-world support : overworld + nether (thanks @demipixel)
## 0.1.0
First version, basic functionalities