diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..c6ade5a --- /dev/null +++ b/NEWS @@ -0,0 +1,14 @@ +Release 1.0.1 +============= + + * Renamed Deflate system from Deflate to deflate to support + convenience references to system by symbol rather than string name. + NOTE: This is an incompatible change from all prior releases, all + references to "Deflate" in system definitions will have to be + changed to "deflate" or :deflate or equivalents. + + * Preliminary support for ecl has been added: Due to bugs in current + versions of ecl (10.7.1), prior versions of Deflate do not work out + of the box. This version should work better, once fixnum-specialized + arrays work again on 64bit versions of ecl in an upcoming release of + ecl.