diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-11-01 16:54:01 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-01 16:54:01 +0200 |
commit | f65d157786d09a4756a52ec52f821c02a5f0efad (patch) | |
tree | f1b0e9432d4e2352d61ee922e81a36b6a60a1086 /doc | |
parent | 899404f3b18cd199717f5bc31136d11148784b6e (diff) | |
download | minetest-f65d157786d09a4756a52ec52f821c02a5f0efad.tar.gz minetest-f65d157786d09a4756a52ec52f821c02a5f0efad.tar.bz2 minetest-f65d157786d09a4756a52ec52f821c02a5f0efad.zip |
Set version to 0.3.0 and update changelog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt index b600345aa..04017caa8 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,11 +3,12 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +0.3.0: (released on 2011-11-01) +- Some small fixes 0.3.dev-20111021: - Modify dungeon masters to only try to shoot players - Fix object duplication bug at block load/unload bug - Improve network layer - 0.3.dev-20111016: - Locked chest - Server user limit setting (max_users) |