diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-04-23 20:52:56 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-23 20:52:56 +0300 |
commit | 60a565c1d2cfca9dac01c3ef77395cf81cd98391 (patch) | |
tree | 1c1d07a86b019cb7914ec3f64d03a34d3ca6bc77 | |
parent | 4b8c5b1908df3698286e844355de010fc74a4d3a (diff) | |
download | minetest-60a565c1d2cfca9dac01c3ef77395cf81cd98391.tar.gz minetest-60a565c1d2cfca9dac01c3ef77395cf81cd98391.tar.bz2 minetest-60a565c1d2cfca9dac01c3ef77395cf81cd98391.zip |
updated changelog
-rw-r--r-- | doc/changelog.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt index c2e5b7744..d61f37861 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,13 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +2011-04-23_0_test: +- Small bug fixes +- Item drop multiplication fixed +- HP added +- Added A simple monster which spawns to dark places at map generation time +- Some code refactoring and cleaning (possibly new bugs) + 2011-04-11: - Fixed crafting a bit |