Changes for 1.05
Dave Rolsky [Sun, 22 Aug 2010 15:31:02 +0000 (10:31 -0500)]
Changes

diff --git a/Changes b/Changes
index 7db791e..e0798e4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,13 @@
 Revision history for Perl extension Class-MOP.
 
-NEXT
+1.05
 
   [ENHANCEMENTS]
 
   * Refactorings and improvements to how defaults are handled, particularly
-    for inlined code. (doy)
+    for inlined code (doy).
+
+  * Optimizations that should help speed up compilation time (Dave Rolsky).
 
 1.04 Tue, Jul 25, 2010
 
@@ -16,7 +18,7 @@ NEXT
     package, which cuts down on noise. When importing Class::MOP::Deprecated,
     the request API version should now be passed in the "-api_version"
     flag. However, the old "-compatible" flag will continue to work. (Dave
-    Rolsky).
+    Rolsky)
 
 1.03 Sat, Jun 5, 2010