summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-10-16 15:20:04 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-10-16 15:20:04 +0300
commitef397dca7c4adb4216e5063a01a487889bf28abd (patch)
tree74dc5abcd8df8a26de103dfb0f782c53e40f628c /doc
parentb65a5aceb0d6552d8ba4878bed5326c614dd3046 (diff)
downloadminetest-ef397dca7c4adb4216e5063a01a487889bf28abd.tar.gz
minetest-ef397dca7c4adb4216e5063a01a487889bf28abd.tar.bz2
minetest-ef397dca7c4adb4216e5063a01a487889bf28abd.zip
Update changelog (albeit a bit late)
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt
index 66e0912cd..dee648e53 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -3,6 +3,19 @@ Minetest-c55 changelog
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
+0.3.dev-20111016:
+- Locked chest
+- Server user limit setting (max_users)
+- Wielded tool is shown in HUD
+- View bobbing
+- Saplings that drop from leaf blocks and when placed on ground will grow to trees
+- Optimized map saving (does not re-save everything all the time)
+- New mob system and new mob: dungeon master
+- Death/respawn screen
+
+0.2.20110922_3:
+- Fix the build for MSVC2010; also released for windows using MSVC2010.
+
0.2.20110922_1:
- Make client report a newer version number to the server than 2011-07-31 does and make server disallow old clients