X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a2f8e039edbfc721a01d4fbc2e8d614ee2cc0e94;hb=142218d42fdb85a3394552cbcbfae6a72dc89477;hp=820e28ae35207926b8ebf8918e126e49f9aa8bbf;hpb=dffdcbb9d3953370660a237e3a494d6232f0fb14;p=gitmo%2FMoo.git diff --git a/Changes b/Changes index 820e28a..a2f8e03 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ + - avoid localising @_ when not required for Sub::Quote + - successfully inflate a metaclass for attributeless classes (RT#86415) + - fix false default values used with non-lazy accessors - stop built values that fail isa checks still getting stored in the object - stop lazy+weak_ref accessors re-building their value on every call - make lazy+weak_ref accessors return undef if built value isn't already @@ -10,6 +13,7 @@ 1.001000 - 2013-03-16 - add support for FOREIGNBUILDARGS when inheriting from non-Moo classes + - non-ref default values are allowed without using a sub - has will refuse to overwrite locally defined subs with generated accessors. - added more meta resources and added more support relevant links into