yes, this is necessary for us
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 9069270..74dcb9b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,13 @@ for, noteworthy changes.
 
   [BUG FIXES]
 
+  * The Int type constraint now rejects integers with trailing newlines.
+    (Matthew Horsfall)
+
+1.9903-TRIAL Mon, Feb 28, 2011
+
+  [BUG FIXES]
+
   * Don't initialize lazy attributes with defaults in the constructor (for
     immutable classes). (mo)