Add release date (and fix previous 2010 release dates)
[gitmo/Moose.git] / Changes
2010-01-18 Dave Rolsky Add release date (and fix previous 2010 release dates) 0.94
2010-01-18 Dave Rolsky Also refer to MM::Delta
2010-01-18 Dave Rolsky Add prominent reference to API changes in 0.93_01,...
2010-01-18 Dave Rolsky More space between versions in changes
2010-01-18 Dave Rolsky set version to 0.94
2010-01-18 Dave Rolsky Bug fixes for handling attr names like "@foo"
2010-01-18 Dave Rolsky Squashed commit of the following:
2010-01-07 Dave Rolsky New style change log for 0.93_01 - _03
2010-01-05 Dave Rolsky Add XS changes
2010-01-05 Dave Rolsky Add Changes for 0.93_02
2010-01-04 Dave Rolsky Add release date
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
2010-01-04 Dave Rolsky Reorder changes to put most interesting ones first
2010-01-04 Dave Rolsky Changes for recipe fix
2010-01-03 Jesse Luehrs clean up Changes formatting
2010-01-02 Dave Rolsky Squashed commit of the following:
2009-12-20 Chris Prather update docs and Changes
2009-12-17 Dave Rolsky Doc Sam's regex change
2009-12-17 Dave Rolsky Small changes formatting fixes
2009-12-10 Jesse Luehrs add with_immutable test helper
2009-12-10 Tomas Doran Make it easier on newbies trying to contribute by makin...
2009-11-22 Stefan O'Rear Collapse magic lvalues in Str
2009-11-21 Shawn M Moore Fix a grammar error spotted by [rt.cpan.org #51791...
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.93... 0.93
2009-11-19 Florian Ragwitz Changelogging.
2009-11-11 Jesse Luehrs update Changes
2009-11-05 Dave Rolsky Belatedly add change about Moose::Meta::Role->get_metho...
2009-10-24 Jesse Luehrs don't remove accessors we never installed
2009-10-16 Dave Rolsky Clarify change for Str not accepting globs
2009-10-16 chansen Update Changes
2009-10-14 Dave Rolsky Add Changes entry for export to main
2009-10-14 Dave Rolsky mention $self->new in Changes and Delta
2009-10-12 Dave Rolsky Tweak change description for delegation fix to be clearer
2009-10-12 Dave Rolsky Change log tweaks
2009-10-12 Jesse Luehrs support arrayrefs as well as lists for enum and duck_type
2009-10-12 Jesse Luehrs preserve aliasing for delegated methods
2009-10-11 Dave Rolsky deprecate get_attribute_map for roles, and remove it...
2009-09-25 Jesse Luehrs replace several uses of eval with try
2009-09-22 Dave Rolsky Add release date
2009-09-22 Dave Rolsky credit nuffin for his change
2009-09-22 Yuval Kogman changelog
2009-09-22 Stevan Little adding the match_on_type function to Moose::Util::TypeC...
2009-09-22 Jesse Luehrs fix moose-nonmoose-moose metaclass compat stuff
2009-09-19 Hans Dieter Pearcey Sep 17 2009 was Thursday, not Tuesday
2009-09-17 Dave Rolsky Moose::Object pollution cleanup changes
2009-09-17 Dave Rolsky Changes for 0.91 re: constructor calling blessed
2009-09-15 Dave Rolsky Add release date 0.90
2009-09-14 Dave Rolsky bump version to 0.90
2009-09-14 Dave Rolsky document removal of mutable ancestor warning
2009-09-14 Dave Rolsky Revert "add a warning for immutablizing a class with...
2009-09-13 Dave Rolsky Elaborate on rafl's role summation changes
2009-09-13 Dave Rolsky Changes format tweaking
2009-09-13 Dave Rolsky Move changes to the right place
2009-09-13 Stevan Little changelog
2009-09-13 Dave Rolsky Changes and Delta for $object->new deprecation
2009-09-12 Florian Ragwitz Changelogging.
2009-09-11 Dave Rolsky Lots of fixes to object destruction.
2009-09-11 Dave Rolsky Localize all status vars in DEMOLISH
2009-09-11 Dave Rolsky Do not auto-delegate for any Native Traits
2009-09-11 Dave Rolsky bump version to 0.89_02 and set release date 0.89_02
2009-09-11 Dave Rolsky Document role-role alias bug fix
2009-09-07 Jesse Luehrs add a warning for immutablizing a class with mutable...
2009-09-07 Dave Rolsky Document warning on nonexistent export sub
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-07 Dave Rolsky Document more changes and deprecations for 0.89_02
2009-09-07 Dave Rolsky Merge branch 'master' into topic/strict_export_list
2009-09-07 Dave Rolsky Add changes for Moose::Exporter init_meta generation
2009-09-06 Jesse Luehrs warn (and skip) when trying to export a nonexistent sub
2009-09-06 Hans Dieter Pearcey rename Hash->empty => is_empty
2009-09-02 Dave Rolsky More changes tweaks
2009-09-02 Dave Rolsky Add version #, release date, and tweak changes
2009-09-02 Hans Dieter Pearcey Merge branch 'attribute_helpers'
2009-08-20 Cory Watson Fix builder's recipe link.
2009-08-18 Jesse Luehrs Merge branch 'master' into attribute_helpers
2009-08-16 Curtis Jewell Updating changes file for merge of topic/rt-48694 branch.
2009-08-16 Jesse Luehrs rename alias and excludes to -alias and -excludes
2009-08-15 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-08-13 Dave Rolsky Add release date 0.89
2009-08-13 Dave Rolsky bump version to 0.89
2009-08-12 Jesse Luehrs allow role options in the -traits parameter to use...
2009-08-12 Shawn M Moore $obj->new is potentially deprecated now
2009-08-12 Dave Rolsky Add my name to Changes
2009-08-12 Shawn M Moore Fix bug with $obj->new when $obj has stringify overloading
2009-08-12 Dave Rolsky Implement passing the old value to a trigger when appro...
2009-08-11 Jesse Luehrs Merge branch 'master' into attribute_helpers
2009-08-11 Jesse Luehrs add a function to more easily create metaclass/trait...
2009-08-11 Jesse Luehrs add alias resolution for "use Moose -metaclass"
2009-08-07 Ricardo SIGNES docs, changelog for assert_valid
2009-08-03 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-25 Shawn M Moore Report all method conflicts, not just the first
2009-07-25 Shawn M Moore Include discussion of is => bare
2009-07-24 Dave Rolsky Remove JPA note since there are no major JPA-sponsored...
2009-07-24 Dave Rolsky More Changes tweaking, and add a release date
2009-07-24 Dave Rolsky Clean up formatting of Changes
2009-07-24 Matt S Trout make weak_ref permitted as part of attribute inheritance
2009-07-22 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-15 Shawn M Moore Attribute sorear's change
2009-07-15 Shawn M Moore Note about JPA's sponsorship and the importance of...
2009-07-15 Shawn M Moore Move rafl's changes into the right section
2009-07-14 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
next