CHANGES in memoize-1.2.0 vs CHANGES in memoize-1.2.1
- old
+ new
@@ -1,4 +1,11 @@
+= 1.2.1 - 2-Feb-2006
+* Cache files are now read in binary mode to eliminate issues with Marshal
+ and MS Windows. Thanks go to Brian Buckley for the spot.
+* Refactored code base down to about half previous size. Thanks go to Andrew
+ Johnson.
+* Some documentation corrections.
+
= 1.2.0 - 31-Dec-2005
* Added support for memoizing to file rather than memory
* Corresponding changes in the test suite and example programs
= 1.1.0 - 20-Oct-2005