Merge branch 'master' into attribute_helpers
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index bce5ce1..5441466 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,23 +1,49 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
-0.84
+0.85
     * Moose::Meta::Attribute
-      - When adding an attribute to a metaclass, if the attribute has no
-        associated methods, it will give a deprecation warning. (hdp)
+      - The warning for 'no associated methods' is now split out into the
+        check_associated_methods method, so that extensions can safely call
+        'after install_accessors => ...'. (hdp)
+      - Move currying syntax for delegation in from AttributeHelpers. (hdp)
+
+0.84 Fri, Jun 26, 2009
+    * Moose::Role
+      - has now sets definition_context for attributes defined in
+        roles. (doy)
+
+    * Moose::Meta::Attribute
+      - When adding an attribute to a metaclass, if the attribute has
+        no associated methods, it will give a deprecation
+        warning. (hdp)
       - Methods generated by delegation were not being added to
         associated_methods. (hdp)
-      - Move currying syntax for delegation in from AttributeHelpers. (hdp)
+      - Attribute accessors (reader, writer, accessor, predicate,
+        clearer) now warn if they overwrite an existing method. (doy)
+      - Attribute constructors now warn very noisily about unknown (or
+        mispelled) arguments
+
+    * Moose::Util::TypeConstraints
+      - Deprecated the totally useless Role type name, which just
+        checked if $object->can('does'). Note that this is _not_ the
+        same as a type created by calling role_type('RoleName').
 
     * Moose::Util::TypeConstraints
     * Moose::Meta::TypeConstraint::DuckType
       - Reify duck type from a regular subtype into an actual class
         (Sartak)
+        - Document this because Sartak did all my work for me
+          (perigrin)
 
     * Moose::Meta::Attribute
       - Allow Moose::Meta::TypeConstraint::DuckType in handles, since
         it is just a list of methods (Sartak)
 
+    * Moose::Meta::Role
+      - The get_*_method_modifiers methods would die if the role had
+        no modifiers of the given type (Robert Buels).
+
 0.83 Tue, Jun 23, 2009
     * Moose::Meta::Class
       - Fix _construct_instance not setting the special __MOP__ object
@@ -1825,16 +1851,16 @@ for, noteworthy changes.
       - added all the meta classes to the immutable list and
         set it to inline the accessors
       - fix import to allow Sub::Exporter like { into => }
-           and { into_level => } (perigrin)
+            and { into_level => } (perigrin)
       - exposed and documented init_meta() to allow better
-           embedding and extending of Moose (perigrin)
+            embedding and extending of Moose (perigrin)
 
-       * t/
-         - complete re-organization of the test suite
-         - added some new tests as well
-         - finally re-enabled the Moose::POOP test since
-           the new version of DBM::Deep now works again
-           (thanks rob)
+        * t/
+          - complete re-organization of the test suite
+          - added some new tests as well
+          - finally re-enabled the Moose::POOP test since
+            the new version of DBM::Deep now works again
+            (thanks rob)
 
     * Moose::Meta::Class
       - fixed very odd and very nasty recursion bug with
@@ -2553,9 +2579,9 @@ for, noteworthy changes.
       - Type constraints now survive runtime reloading
         - added test for this
 
-       * Moose::Meta::Class
-         - fixed the way attribute defaults are handled
-           during instance construction (bug found by chansen)
+        * Moose::Meta::Class
+          - fixed the way attribute defaults are handled
+            during instance construction (bug found by chansen)
 
     * Moose::Meta::Attribute
       - read-only attributes now actually enforce their
@@ -2603,8 +2629,8 @@ for, noteworthy changes.
 
     * Moose::Meta::TypeConstraint
     * Moose::Meta::TypeCoercion
-         - type constraints and coercions are now
-           full fledges meta-objects
+          - type constraints and coercions are now
+            full fledges meta-objects
 
 0.01 Wed. March 15, 2006
     - Moooooooooooooooooose!!!