summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-04-05 00:29:48 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-04-05 00:29:48 +0300
commit281f76b6a07393906cb532bed95d5d98f0791c3a (patch)
tree61460c2cf3b450442ef75c232638546f375dd4e4 /doc
parent389fe31ace38a8f53c210ff5ae823eae1780dfc8 (diff)
downloadminetest-281f76b6a07393906cb532bed95d5d98f0791c3a.tar.gz
minetest-281f76b6a07393906cb532bed95d5d98f0791c3a.tar.bz2
minetest-281f76b6a07393906cb532bed95d5d98f0791c3a.zip
updated changelog a bit
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt
index 6ff1fa52b..c9fe7446f 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -3,6 +3,11 @@ Minetest-c55 changelog
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
+2011-04-04:
+- Cleaned client to be completely synchronous, except for the mesh calculation, which is now done with queues in a separate thread.
+- Added node metadata support
+- Added chests
+
2011-02-17:
- Added better handling of textures. Now many file extensions are searched. Also too large textures are not put on the texture atlas, and the construction of the texture atlas is stopped when it is full.