oops, one more broken doc link
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index df8bcde..a94a295 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,166 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
-0.78
+next version
+    * Moose::Manual::Attributes
+      - Clarify "is", include discussion of "bare". (Sartak)
+
+    * Moose::Meta::Role::Method::Conflicting
+    * Moose::Meta::Role::Application::ToClass
+      - For the first set of roles involved in a conflict, report all
+        unresolved method conflicts, not just the first method. Fixes #47210
+        reported by Ovid. (Sartak)
+
+0.88 Fri Jul 24, 2009
+    * Moose::Manual::Contributing
+      - Re-write the Moose::Manual::Contributing document to reflect
+        the new layout and methods of work for the Git repository. All
+        work now should be done in topic branches and reviewed by a
+        core committer before being applied to master. All releases
+        are done by a cabal member and merged from master to
+        stable. This plan was devised by Yuval, blame him. (perigrin)
+
+    * Moose::Meta::Role
+      - Create metaclass attributes for the different role application
+        classes.  (rafl)
+
+    * Moose::Util::MetaRole
+      - Allow applying roles to a meta role's role application
+        classes. (rafl)
+
+    * Moose::Meta::Attribute
+      - Add weak_ref to allowed options for "has '+foo'" (mst)
+
+    * Moose::Meta::Method::Accessor
+      - No longer uses inline_slot_access in accessors, to support
+        non-lvalue-based meta instances. (sorear)
+
+0.87 Tue Jul 7, 2009
+    * Moose::Meta::Method::Delegation
+      - Once again allow class names as well as objects for
+        delegation. This was changed in 0.86.
+
+0.86 Fri Jul 3, 2009
+    * Moose::Meta::Class::Immutable::Trait
+      - Fixes to work with the latest Class::MOP.
+
+    * Moose::Meta::Method::Delegation
+      - Delegation now dies with a more useful error message if the
+        attribute's accessor returns something defined but
+        unblessed. (hdp)
+
+0.85 Fri, Jun 26, 2009
+    * Moose::Meta::Attribute
+      - 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 => ...'. This fixes a
+        warning from MooseX::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)
+      - 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
+        misspelled) 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
+        key in instances of anon classes. (doy)
+
+0.82 Sun, Jun 21, 2009
+    * Moose::Manual::Types
+      - Mention MooseX::Types early to avoid users falling down the
+        string parsing rathole (mst)
+
+    * Moose::Manual::MooseX
+      - Add warnings about class-level extensions and mention considering
+        using plain objects instead
+
+0.81 Sun, Jun 7, 2009
+    * Bumped our Class::MOP prereq to the latest version (0.85), since
+      that's what we need.
+
+0.80 Sat, Jun 6, 2009
+    * Moose::Manual::FAQ 
+      - Add FAQ about the coercion change from 0.76 because it came up
+        three times today (perigrin)
+        - Win doy $10 dollars because Sartak didn't think anybody
+          would document this fast enough (perigrin)
+
+    * Moose::Meta::Method::Destructor
+      - Inline a DESTROY method even if there are no DEMOLISH methods
+        to prevent unnecessary introspection in
+        Moose::Object::DEMOLISHALL
+
+    * Moose::*
+      - A role's required methods are now represented by
+        Moose::Meta::Role::Method::Required objects. Conflicts are now
+        represented by Moose::Meta::Role::Method::Conflicting
+        objects. The benefit for end-users in that unresolved
+        conflicts generate different, more instructive, errors,
+        resolving Ovid's #44895. (Sartak)
+
+    * Moose::Role
+      - Improve the error message of "extends" as suggested by Adam
+        Kennedy and confound (Sartak)
+      - Link to Moose::Manual::Roles from Moose::Role as we now have
+        excellent documentation (Adam Kennedy)
+
+    * Tests
+      - Update test suite for subname change in Class::MOP
+        (nothingmuch)
+      - Add TODO test for infinite recursion in Moose::Meta::Class
+        (groditi)
+
+0.79 Wed, May 13, 2009
+    * Tests
+      - More fixes for Win32 problems. Reported by Robert Krimen.
+
+    * Moose::Object
+      - The DEMOLISHALL method could still blow up in some cases
+        during global destruction. This method has been made more
+        resilient in the face of global destruction's random garbage
+        collection order.
+
+    * Moose::Exporter
+      - If you "also" a module that isn't loaded, the error message
+        now acknowledges that (Sartak)
+
+    * Moose
+      - When your ->meta method does not return a Moose::Meta::Class,
+        the error message gave the wrong output (Sartak)
+
+0.78 Tue, May 12, 2009
     * Moose::Cookbook::FAQ and Moose::Cookbook::WTF
       - Merged these documents into what is now Moose::Manual::FAQ
 
@@ -19,6 +178,23 @@ for, noteworthy changes.
       - Fix DEMOLISHALL sometimes not being able to find DEMOLISH
         methods during global destruction (doy)
 
+    * Moose::Meta::Class
+    * Moose::Meta::Role::Application::ToClass
+      - Track the Role::Application objects created during class-role
+        consumption (Sartak)
+
+    * Moose::Meta::Class
+      - Fix metaclass incompatibility errors when extending a vanilla perl
+        class which isa Moose class with a metaclass role applied (t0m)
+
+    * Moose::Meta::Role
+      - Add a role-combination hook, _role_for_combination, for the
+        benefit of MooseX::Role::Parameterized (Sartak)
+
+    * Tests
+      - Some tests were failing on Win32 because they explicit checked
+        warning output for newlines. Reported by Nickolay Platonov.
+
 0.77 Sat, May 2, 2009
     * Moose::Meta::Role
       - Add explicit use of Devel::GlobalDestruction and Sub::Name
@@ -35,9 +211,7 @@ for, noteworthy changes.
         modern Moose hackers (Sartak)
 
     * Makefile.PL
-      - Depend on Class::MOP 0.83 instead of 0.82_01. It seems that if
-        we use a dev version number there CPAN.pm will not follow the
-        dependency.
+      - Depend on Class::MOP 0.83 instead of 0.82_01.
 
 0.76 Mon, April 27, 2009
     * Moose::Meta::TypeConstraint
@@ -1725,16 +1899,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
@@ -2453,9 +2627,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
@@ -2503,8 +2677,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!!!