Add CHANGES file

Sun, 10 Oct 2010 02:23:54 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 10 Oct 2010 02:23:54 +0100
changeset 76
fdd7785b6fc2
parent 75
6028ae579fde
child 77
d3ccd7ae7742

Add CHANGES file

CHANGES file | annotate | diff | comparison | revisions
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CHANGES	Sun Oct 10 02:23:54 2010 +0100
@@ -0,0 +1,15 @@
+0.2.0 - 2010-10-10
+	+ New gzip filter to produce compressed self-decompressing scripts
+	+ New --uglify-level=full to replace long repeated identifiers and string literals
+	- Fix for traceback when modules can't be found on filesystem
+	- Fixes for handling binary resources
+	- Ensure output file on the command-line always overrides filename in squishy file
+	- uglify filter: Preserve original module's return value(s)
+	- compile filter: Update minichunkspy.lua
+	- Properly handle modules that don't end with whitespace
+	- uglify filter: Fix logic that decides whether a file is safe to uglify
+	- make_squishy tool: Numerous small fixes and improvements
+	- Only prepend project base path to relative module paths
+
+0.1.0 - 2009-07-27
+	+ Initial release.

mercurial