From 46229c6790dca534e29f1b281c16235b8283d88e Mon Sep 17 00:00:00 2001 From: sk89q Date: Sun, 30 Jan 2011 23:50:54 -0800 Subject: [PATCH] Updated CHANGELOG.txt. --- CHANGELOG.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 51829acf9..07a90b428 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,16 @@ +3.2: +- Fixed /forestgen having an incorrect number of maximum arguments. +- Re-added Sun Rhino implementation as a separate library bundled in + during creation of the .jar. +- Unified file selection and checking API. +- Fixed CraftScripts not properly loading files from the current + working directory as defined by the implementation. +- Enabled queue on EditSessions given to scripts. +- Improved draw.js to be more user friendly. +- Fixed /forestgen having an incorrect number of maximum arguments. +- Fixed /removenear not taking a default size argument. +- Improved overall performance. + 3.1: - Added more tree generators. /tree [type] and /forestgen [size] [type] [density] are the new commands.