diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7c934c837..b1837b007 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,12 @@ +5.4.4: +- Added official support for Minecraft 1.4. +- Added support for 4096 ID blocks (theoretically) in snapshots. +- Fixed issue with block IDs being returned negative in snapshots. +- Fixed //limit being overridden each time a LocalSession is fetched. +- Added EditSessionFactory class for developers. + +Thank you to ammaraskar for his contribution. + 5.4.3: - Added block data support to BlockMask. - Added //center command to set blocks at the center point of a selection. diff --git a/pom.xml b/pom.xml index 19983ad4b..5b2de2c9d 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ org.bukkit bukkit - 1.3.1-R2.0 + 1.4.2-R0.2-SNAPSHOT compile true