changelog
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 60afdac..e19c4af 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,40 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+2.0403 Tue, Apr 03, 2012
+
+  [OTHER]
+
+  * No changes, reupload to fix indexing.
+
+2.0402 Sat, Feb 04, 2012
+
+  [OTHER]
+
+  * Minor documentation fixes.
+
+  * Fix test failure on blead (test was unnecessarily strict). Reported by
+    Nicholas Clark. (doy)
+
+2.0401 Thu, Nov 17, 2011
+
+  [BUG FIXES]
+
+  * Attributes with weak_ref now weaken their associated slot when they are
+    initialized through a lazy default or builder. Reported by tome. (doy)
+
+2.0400 Tue, Nov 15, 2011
+
+  [OTHER]
+
+  * No changes from 2.0302 (other than a few minor documentation tweaks).
+
+2.0302 Wed, Nov 02, 2011
+
+  [BUG FIXES]
+
+  * Fix test failure on 5.8. (Dave Rolsky)
+
   * Make make_immutable return value consistent and document it to be true.
     (mst)