Move 0.20 changes into the right section
[gitmo/Mouse.git] / Changes
2009-04-09 Shawn M Moore Move 0.20 changes into the right section
2009-04-06 wu-lee Added Changes note about metaclass accessors.
2009-04-06 wu-lee Added latest bugfix to Changes.
2009-04-06 wu-lee Changes to date added for wu-lee.
2009-04-01 Shawn M Moore Forbid undef passed to new for Moose compat
2009-04-01 Shawn M Moore Remove third argument to trigger
2009-03-08 Shawn M Moore Bump to 0.20
2009-03-08 Shawn M Moore 0.19 0.19
2009-03-08 Shawn M Moore 0.19 changes
2009-03-07 Shawn M Moore Bump to 0.19
2009-03-07 Shawn M Moore 0.18 changes
2009-02-18 Shawn M Moore Bump to 0.18
2009-02-18 Shawn M Moore Changes, bump to 0.17 for release
2009-02-14 Chris Prather Add dump method from Moose::Object into Mouse::Object
2009-02-10 Shawn M Moore Load mro directly if Perl is recent enough (Nicholas...
2009-02-10 Shawn M Moore Update Changes
2009-02-09 Shawn M Moore Support for anonymous enums: enum [elements]
2009-02-05 Shawn M Moore Implement get_all_method_names
2009-02-05 Shawn M Moore Bump to 0.16
2009-02-05 Shawn M Moore We backed this baby out
2009-02-05 Shawn M Moore Changes time
2009-02-05 Shawn M Moore MouseX::Types is now in its own dist
2009-02-05 Shawn M Moore Note enum and override/super implementations in Changes
2009-02-05 Shawn M Moore More changes
2009-02-05 Shawn M Moore Document more changes
2009-01-13 Dann use Data::Util to make modifier fast if Data::Util...
2009-01-10 Dann suppress warnings when we use around and has "+..."
2008-12-22 Shawn M Moore class_type shouldn't load the class (Moose compat;...
2008-12-22 Shawn M Moore Keep track of the source package of each type; other...
2008-12-22 Shawn M Moore "type" sugar for when you're not subtyping anything
2008-12-22 Shawn M Moore Finish renaming Mouse::TypeRegistry to Mouse::Util...
2008-12-22 Shawn M Moore Test that we don't export sugar into main
2008-12-20 Shawn M Moore Bump to 0.15
2008-12-20 Shawn M Moore 0.13 and 0.14 Changes
2008-12-16 Shawn M Moore Bump to 0.14
2008-12-16 Shawn M Moore empty line
2008-12-16 Shawn M Moore Changes.. too many to list right now
2008-12-05 Shawn M Moore Fix for default in a constructor reported and tested...
2008-12-05 Shawn M Moore Bump to 0.13
2008-12-05 Shawn M Moore Tweak changes for release
2008-12-05 Shawn M Moore Update Changes
2008-12-04 Ricardo SIGNES should accept subclasses
2008-11-02 Shawn M Moore Bump to 0.12
2008-11-02 Shawn M Moore Update Changes
2008-10-28 Shawn M Moore Bump to 0.11
2008-10-28 Shawn M Moore Changes
2008-09-29 Shawn M Moore Bump to 0.10
2008-09-29 Shawn M Moore Changes, 0.09
2008-09-28 Shawn M Moore Changes
2008-09-28 Shawn M Moore Bump to 0.08
2008-09-28 Shawn M Moore doc
2008-09-28 Shawn M Moore Changes
2008-07-23 Shawn M Moore Bump to 0.07
2008-07-23 Shawn M Moore Deprecate hash-triggers
2008-07-20 Shawn M Moore Add a stub make_immutable for some Moose compat
2008-07-17 Shawn M Moore Saved by the peri grin! (trigger doc)
2008-07-17 Shawn M Moore Bump to 0.06
2008-07-16 Shawn M Moore Remove dependency on Test::Warn by catching the warning...
2008-07-16 Shawn M Moore Add the lamest changelog entry ever
2008-07-16 Shawn M Moore Flesh out Changes, because I want to release soonish..
2008-06-17 Shawn M Moore Update Changes
2008-06-17 Yuval Kogman changelog date 0.04
2008-06-17 Yuval Kogman changelog
2008-06-15 Shawn M Moore Begin adding support for has +name
2008-06-13 Shawn M Moore Bump to 0.04
2008-06-13 Shawn M Moore 0.03
2008-06-13 Shawn M Moore Add support for undef init_arg
2008-06-11 Shawn M Moore Add has_attribute, rewrite Changes to be Moosier :)
2008-06-11 Shawn M Moore Doc updates
2008-06-11 Shawn M Moore Prepare for release 0.02
2008-06-11 Shawn M Moore Update Changes
2008-06-10 Shawn M Moore Some final touches on the doc. This is 0.01.
2008-06-03 Shawn M Moore Import Mouse