Bump version to 0.70, and upgrade Module::Install to 0.88 from 0.85
[p5sagit/Devel-Size.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index fd6eb47..e8aaa3b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,16 @@
 Revision history for Perl extension Devel::Size.
 
+0.69 2007-08-11 Tels 69 tests
+  * fix compilation under Perl v5.9.5 and v5.10 (Thanx Steve Peters!)
+  * clarify the license by specifying Perl v5.8.8's license
+  * smal doc fixes, add a README file
+
+0.68 2007-06-12 Tels 69 tests
+  * remove a bit of duplicate code in op_size, the second instance
+    was a no-op anyway
+  * fix the failing tests by rewriting the test logic to be sane
+  * the count of array slots was off by one
+
 0.67 2007-03-15 Tels 20 tests
   * rip out Build.PL since it doesn't actually work
   * fix bug #1653: All SVPV subtype may contain an RV instead of a PV