respect init_arg in immutable classes
[gitmo/MooseX-StrictConstructor.git] / Changes
diff --git a/Changes b/Changes
index c59bdf0..ad89455 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,11 @@
+0.05   2008-04-18
+
+- The fix in 0.04 only worked for non-immutable classes.
+
+
 0.04   2008-04-18
 
-- This module did not respcet the init_arg attribute setting, and used
+- This module did not respect the init_arg attribute setting, and used
   the attribute name instead. Reported by Matt Trout. RT #34507.