builder changes. sorry about diff noise, my editor ate trailing whitespace :(
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 8955b23..7806341 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,15 @@ Revision history for Perl extension Class-MOP.
       - optimise metaclass-already-exists check in construct_class_instance
       - duplicate check into initialize to save a call through
 
+    * Class::MOP::MOP
+      - Add support for the 'builder' attribute (groditi)
+
+    * Class::MOP::Attribute
+      - Add support for the 'builder' attribute (groditi)
+
+    *t/
+      - Alter tests (005, 014 020, 021) for new builder addition
+
 0.43
     * Class::MOP::Method::Accessor 
       - made this a subclass of Class::MOP::Method::Generated