diff --git a/build.xml b/build.xml index b845ae4..31ff0d1 100644 --- a/build.xml +++ b/build.xml @@ -72,17 +72,10 @@ - - Retrieving Coffeescript compiler - - - - + - diff --git a/docs/release-notes.md b/docs/release-notes.md index afefd0f..db37ff2 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,3 +1,12 @@ +# 2013 12 30 + +Removing coffeescript support because coffeescript.js will not +compile/evaluate (generated bytecode exceeds 64K limit). + +Updated plugin to remove `self` variable once the `js` command +evaluation has completed (limits the scope of the `self` variable to +just command-prompt evaluation). + # 2013 12 29 Bug Fix: [Can't get Scriptcraft core libraries working][bug103].