From: sunnavy Date: Tue, 8 Sep 2009 23:54:53 +0000 (+0800) Subject: update changes X-Git-Tag: 0.32~64 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=26b8407920156d9b31ae008ef8b9dcad29df5705;p=gitmo%2FMouse.git update changes --- diff --git a/Changes b/Changes index d9754d8..9cb6e1b 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,9 @@ Revision history for Mouse * Only unlink Mouse::Tiny if it exists, otherwise autodie pitches a fit (miyagawa) + + * Make auto_deref also handles isa not only ArrayRef and HashRef, but also + ArrayRef[Foo::Bar] and HashRef[Foo::Bar] 0.27 Thu Jul 2 15:17:37 2009 * Doc updates (Sartak)