Document chris's constructor fix 0.62
Dave Rolsky [Wed, 26 Nov 2008 19:52:01 +0000 (19:52 +0000)]
Changes

diff --git a/Changes b/Changes
index 67c6632..2eaef63 100644 (file)
--- a/Changes
+++ b/Changes
@@ -28,6 +28,12 @@ Revision history for Perl extension Moose
         (handles) methods installed for that attribute (t0m)
         - added test for this (t0m)
 
+    * Moose::Meta::Method::Constructor
+      - An attribute with a default that looked like a number (but was
+        really a string) would accidentally be treated as a number
+        when the constructor was made immutable (perigrin)
+        - added test for this (perigrin)
+
     * Moose::Meta::Role
       - create method for constructing a role
         dynamically (Sartak)