diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-05-12 22:38:05 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-05-12 22:41:42 +0300 |
commit | 073964a12fb180f7bb0277337399a39ea84ef06e (patch) | |
tree | 640bc88658c28889a09a7536a1e6e3b14ce49a10 /doc/changelog.txt | |
parent | d7442aecbeabccac62d3dc8c5fe5b1458b466821 (diff) | |
download | minetest-0.3.2.tar.xz |
Update changelog and call this 0.3.20.3.2
Diffstat (limited to 'doc/changelog.txt')
-rw-r--r-- | doc/changelog.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt index b27fc506b..73f4cd18e 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,10 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +0.3.2: (tagged on 2012-05-12) +- Include unistd.h in filesys.cpp +- Add wooden planks to creative inventory + 0.3.1: (released on 2011-11-09) - Fix frustum culling (previous versions have rendered too much stuff that is not actually visible (about 180 degrees, while should have been more like 100.)) - Add occlusion culling (improves performance a lot) |