make auto_deref also handles isa not only ArrayRef and HashRef, but also ArrayRef...
[gitmo/Mouse.git] / Changes
diff --git a/Changes b/Changes
index 642a2fc..d9754d8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Mouse
 
+0.28
+    * Alter Makefile.PL so in author mode we generate lib/Mouse/Tiny.pm on
+      every run so that 'make dist' actually does what it's meant to (mst)
+
+    * Only unlink Mouse::Tiny if it exists, otherwise autodie pitches
+      a fit (miyagawa)
+
 0.27 Thu Jul  2 15:17:37 2009
     * Doc updates (Sartak)