Add test for undef init_arg
[gitmo/Mouse.git] / Changes
CommitLineData
c3398f5b 1Revision history for Mouse
2
b7a74822 30.03
66eea168 4 * Mouse:
5 - Add before/after/around, courtesy of Class::Method::Modifiers
b7a74822 6
66eea168 7 * Mouse::Object:
8 - Add support for ->new({...})
9 - Use compute_all_applicable_attributes in the constructor to get the
10 attributes of superclasses
ad67865f 11
66eea168 12 * Mouse::Meta::Class:
13 - More methods: compute_all_applicable_attributes, has_attribute
14
150.02 Wed Jun 11 01:56:44 2008
16 * Squirrel:
17 - Add Squirrel which acts as Moose if it's already loaded, otherwise
18 Mouse (thanks nothingmuch)
19
20 * Mouse::Meta::Object:
21 - Fix the order in which BUILD methods are called (thanks Robert
22 Boone)
23
240.01 Tue Jun 10 02:13:21 2008
25 * Initial release.
c3398f5b 26