Bump version to 1.05
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 7c4c20a..7db791e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,31 @@
 Revision history for Perl extension Class-MOP.
 
+NEXT
+
+  [ENHANCEMENTS]
+
+  * Refactorings and improvements to how defaults are handled, particularly
+    for inlined code. (doy)
+
+1.04 Tue, Jul 25, 2010
+
+  [ENHANCEMENTS]
+
+  * Class::MOP::Deprecated now uses Package::DeprecationManager
+    internally. Deprecation warnings are now only issued once for each calling
+    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).
+
+1.03 Sat, Jun 5, 2010
+
+  [ENHANCEMENTS]
+
+  * Make CMOP::Package a thin wrapper around Package::Stash (doy).
+
+1.02 Thu, May 20, 2010
+
   [API CHANGES]
 
   * Packages and modules no longer have methods - this functionality was