diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-09-16 18:59:17 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-09-16 18:59:17 +0300 |
commit | bfa5ad483f52e184fc5d3007b86aba6916807ba5 (patch) | |
tree | 22102fd92b9614bb705badbc2e3f1d626d58a784 | |
parent | ae89aa55b9a3bfa44eb2973842193518cb3c155e (diff) | |
download | minetest-bfa5ad483f52e184fc5d3007b86aba6916807ba5.tar.gz minetest-bfa5ad483f52e184fc5d3007b86aba6916807ba5.tar.bz2 minetest-bfa5ad483f52e184fc5d3007b86aba6916807ba5.zip |
Update changelog
-rw-r--r-- | doc/changelog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt index d242070b6..0b8f83636 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -11,6 +11,9 @@ X: - Fix the long-existed PeerNotFound loop bug - Some translations and localization-related fixes - Lots of small fixes, once again +- Using chosen map seed is now possible through fixed_map_seed configuration option +- Map is now saved in an SQLite database +- Fixed the nasty server-side infinite PeerNotFound loop bug 2011-07-31_3: - Fixes a bug that made the server to deny non-empty passwords from players connecting the first time |