From: Chris Prather Date: Thu, 30 Apr 2009 04:21:30 +0000 (-0400) Subject: update changes X-Git-Tag: 0.77~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2defbbd0c6723ead58af8c548bf7db5d39fc491b;p=gitmo%2FMoose.git update changes --- diff --git a/Changes b/Changes index 9e28841..136931c 100644 --- a/Changes +++ b/Changes @@ -2,9 +2,13 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. 0.77 + * Moose::Meta::Role + - Add Explicit use of Devel::GlobalDestruction and Sub::Name (perigrin) + * Moose::Object - pass a boolean to DEMOLISHALL and DEMOLISH indicating whether or not we are currently in global destruction (doy) + - Add Explicit use of Devel::GlobalDestruction and Sub::Name (perigrin) * Moose::Cookbook::FAQ - Reworked much of the existing content to be more useful to modern