From 4f03ba68114f6f45a525c6bfc49fb54a3b063453 Mon Sep 17 00:00:00 2001 From: sk89q Date: Sat, 30 Oct 2010 17:42:29 -0700 Subject: [PATCH] Updated changelog for 0.13. --- CHANGELOG.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4b0fba3a9..a34617baf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,10 @@ +0.13 +- //fill now uses its own stack so that it doesn't cause stack overflow + errors for overly large regions. +- For commands that look for a block ID (//replace, /removenear), it will no + longer check against the WorldEdit block restriction list. +- Updated for the disappointing Halloween update. + 0.12 - Added /listchunks - Added /delchunks (creates a shell script).