Fix compilation under blead, and require at least 5.006
[p5sagit/Devel-Size.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 34f600a..9a2eb5e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,32 @@
 Revision history for Perl extension Devel::Size.
 
+0.70 2008-03-30 Tels 69 tests
+  * fix compilation under blead (Thanx Reini Urban!)
+  * require Perl 5.006 (to stop CPANTESTERS sending bogus reports
+    about failed compiling on ancient Perls)
+
+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
+    (Thanx a lot Jan, and sorry for the truly horrible long delay!)
+  * fix bug #24846: Does not correctly recurse into references in PVNV
+    (Thanx STEVIEO)
+  * add t/recurse.t that tests the two bugfixes in combination
+
+0.66 2007-03-02 Tels 15 tests
+  * fix the failing test (the code was right, but the test wrong)
+
 0.65 2007-02-24 Tels 15 tests
   * fix the test failings under 64 bit (bugs #21037, #18596, #21404)
   * fix wrong size for strings (bug #17586)