X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=CHANGES;h=542e843a4e141a0136c804796a025e76d26881df;hb=81f1c0187fa7bb773d2f2c2e30bc57de03bad30a;hp=7fe1b4b223f1cb6bc11ac90d11fa935991b8d360;hpb=1507f6e06ce9cac06b86caa621e1f9b9e9d618d7;p=p5sagit%2FDevel-Size.git diff --git a/CHANGES b/CHANGES index 7fe1b4b..542e843 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,14 @@ Revision history for Perl extension Devel::Size. -0.74 2011-04-18 nicholas +0.74_51 2011-04-20 nicholas + * Don't count PL_sv_{undef,no,yes} in the size returned + * total_size() was double-counting entries in typeglobs + * sv_size() was double-counting the PVGV size if GvEGV() looped back + +0.74_50 2011-04-19 nicholas + * Ensure that size() doesn't add the referent's size for non SVt_RV references + +0.74 2011-04-19 nicholas * Correct the Makefile.PL - LICENSE was added to ExtUtils::MakeMaker in 6.31 0.73_51 2011-04-17 nicholas