Fix changes description to accurately reflect the bug
[gitmo/Moose.git] / Changes
2010-02-10 Dave Rolsky Fix changes description to accurately reflect the bug 0.98
2010-02-10 Dave Rolsky Add Rafael's bug fix
2010-02-10 Dave Rolsky Fix changelog, reinit fix is in 0.97
2010-02-10 Florian Ragwitz Fix changelog.
2010-02-09 Dave Rolsky Fix reinitializing anon metaclasses.
2010-02-06 Florian Ragwitz Version 0.96. 0.96
2010-02-05 Florian Ragwitz Make ScalarRef accept references to references.
2010-02-05 Florian Ragwitz Make ScalarRef parameterized.
2010-02-04 Florian Ragwitz Version 0.95. 0.95
2010-02-04 Florian Ragwitz Revert "add stubs for BUILD and DEMOLISH to Moose:...
2010-01-31 Florian Ragwitz Add execute_method to Native::Trait::Code.
2010-01-28 Dylan William Hardison Added name to changelog entry per standaards.
2010-01-27 Dylan William Hardison Behavior for method modifiers with non-regexp refs
2010-01-21 Jesse Luehrs add stubs for BUILD and DEMOLISH to Moose::Object
2010-01-21 Jesse Luehrs don't check class_precedence_list in does, since does_r...
2010-01-20 Florian Ragwitz Make it easier to see where the changes for one version...
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...
next