handle the multideref op, and to a limited extent UNOP_AUX in general.
[p5sagit/Devel-Size.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 66a0932..de2fc00 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,10 @@
 Revision history for Perl extension Devel::Size.
 
-0.79_52 2015-02-28 nicholas
-    patches from Zefram:
+0.79_52 2015-03-20 nicholas
+    two patches from Zefram:
   * handle the new METHOP. [CPAN #101071]
+  * handle the multideref op, and to a limited extent the UNOP_AUX op class in
+    general. [CPAN #102911]
 
 0.79_51 2015-02-28 nicholas
   * as of 5.20.0, s/// is no longer a reliable test for OOK [CPAN #95493]