From c76e8ba072632201d5e1f1abbe89445a3cfc4c2b Mon Sep 17 00:00:00 2001 From: sk89q Date: Wed, 19 Jan 2011 02:47:50 -0800 Subject: [PATCH] Fixed CHANGELOG. --- CHANGELOG.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c48cd9452..28c87306c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,16 @@ +2.11: +- Ported over toi's ray tracing code so that it's now included in + WorldEdit. This will make porting WorldEdit to single player + and other platforms easier. +- Fixed NullPointerExceptions that appeared while saving a chest. +- Fixed NullPointerExceptions in some super pickaxe modes, made arm swing + handler get called on item usage. This means that you can use + /brush and /rbrush now but you right click in the air instead of + swinging your arm. +- Made super pickaxe arm swing and right click modes mutually exclusive. +- Added the navigation wand. Normally a swing of your navigation wand + would call /jumpto, but in the mean time you have to right click. + 2.10: - Inventory support now works for Bukkit. - Now /jumpto and /thru works.