Fix compilation under blead, and require at least 5.006
[p5sagit/Devel-Size.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index df20f1c..9a2eb5e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,15 @@
 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