diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-02-14 02:54:15 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-02-14 02:54:15 +0200 |
commit | 14fafc72177fdc77bf8c8955363c77719f74e33b (patch) | |
tree | ff5e70feac29944b1a5acb1aa3d5ba7425d37e8c /doc | |
parent | 0947c4cc48ec9aed0a831973e7e79f8d57d34bc3 (diff) | |
download | minetest-14fafc72177fdc77bf8c8955363c77719f74e33b.tar.gz minetest-14fafc72177fdc77bf8c8955363c77719f74e33b.tar.bz2 minetest-14fafc72177fdc77bf8c8955363c77719f74e33b.zip |
added sneaking/crouching and changelog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt new file mode 100644 index 000000000..892d4a037 --- /dev/null +++ b/doc/changelog.txt @@ -0,0 +1,7 @@ +Minetest-c55 changelog +---------------------- + +2011-02-14: +- Created changelog.txt +- Added sneaking/crouching + |