Version 1.01.
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 4891a55..a13c88b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,28 @@
 Revision history for Perl extension Class-MOP.
 
+1.01 Thu, May 26, 2010
+
+  [NEW FEATURES]
+
+  * is_class_loaded, load_class and load_first_existing_class now allow
+    specifying a minimum required version (Florian Ragwitz).
+
+  [BUG FIXES]
+
+  * The __INSTANCE__ parameter to Class::MOP::Class::new_object now enforces
+    that the passed in reference is blessed into the correct class (by dying if
+    it's not) (doy, jhallock).
+
+1.00 Thu, Mar 25, 2010
+
+  [GRRR< FUCKING STEVAN@]
+
+  * Re-release 0.99 as 1.00.
+
 0.99 Thu, Mar 25, 2010
 
   [DOCUMENTATION]
+
   * Fix typo in Class::MOP::Attribute (Franck Cuny).
 
 0.98 Mon, Jan 18, 2010