From 5f0289917394b68e8fb95390574e6b1dd37dc024 Mon Sep 17 00:00:00 2001 From: mhsjlw Date: Sat, 28 Nov 2015 07:37:50 -0500 Subject: [PATCH] Update and rename history.md to HISTORY.md --- doc/HISTORY.md | 18 ++++++++++++++++++ doc/history.md | 16 ---------------- 2 files changed, 18 insertions(+), 16 deletions(-) create mode 100644 doc/HISTORY.md delete mode 100644 doc/history.md diff --git a/doc/HISTORY.md b/doc/HISTORY.md new file mode 100644 index 0000000..2f88c04 --- /dev/null +++ b/doc/HISTORY.md @@ -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 diff --git a/doc/history.md b/doc/history.md deleted file mode 100644 index e11135e..0000000 --- a/doc/history.md +++ /dev/null @@ -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 \ No newline at end of file