Correctly handle SvOOK scalars. 5.12 and later don't use SvIVX().
[p5sagit/Devel-Size.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 35b7d77..f221c7f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,15 @@
 Revision history for Perl extension Devel::Size.
 
+0.72_52 2011-05-09 nicholas
+ * Use a table for SV body sizes. These incorporate the space saving post 5.8.x
+ * Correctly handle SvOOK scalars. 5.12 and later don't use SvIVX().
+
+0.75_51 2011-05-05 nicholas
+ * Only use a static array of vtables on gcc.
+
 0.75_50 2011-05-04 nicholas
  * The core's magic vtables are global constants, so aren't part of the size.
- * Follow mg_obj
+ * Follow mg_obj and mg_ptr.
 
 0.75 2011-05-04 nicholas
  [no changes]