Version bump and docs
[gitmo/MooseX-UndefTolerant.git] / Changes
1 Revision history for MooseX-UndefTolerant
2
3 0.06
4     * Add support for immutable classes (Chris Andrews)
5     * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
6     * POD fixups
7
8 0.05
9     * Avoid warnings from Moose 1.09. (Dave Rolsky)
10
11 0.04    January 23, 2010
12     * Rather than skipping initialization all together, just pop off the undef
13       and let the init happen normally.  This makes default values work
14       properly. (Test provided by (and thanks to) Tom Heady)
15
16 0.03    December 3, 2009
17     * Fiddle with dependencies.
18
19 0.02    December 2, 2009
20     * Actually check the value properly, therefore setting it properly
21
22 0.01    Date/time
23         First version, released on an unsuspecting world.
24