updated changelog a bit
[oweals/minetest.git] / doc / changelog.txt
index 6ff1fa52bcc1c77bcc7c34204fe069e3ed3f5c57..c9fe7446f523aafec50f6b215f2604b7294c3dc3 100644 (file)
@@ -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.