From a844b091f139595312ab517b6b29dd5e0b65d7e9 Mon Sep 17 00:00:00 2001 From: sk89q Date: Fri, 24 Aug 2012 19:03:40 -0700 Subject: [PATCH] Updated CHANGELOG.txt for 5.4.2. --- CHANGELOG.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 22a177914..09bad01c0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,9 @@ +5.4.2: +- Fixed schematics not properly loading chests with the new code, meaning that + enchantments and other properties were not always properly loaded. +- Fixed -1 not being a valid data value in Block, which broke //replace. +- Fixed snapshots to support custom blocks/tile entity data. + 5.4.1: - Fixed lingering 256 block ID restriction preventing block IDs up to 4095. - Fixed certain tile entity blocks not being set correctly.