Add release version and date
[gitmo/MooseX-UndefTolerant.git] / Changes
1 Revision history for MooseX-UndefTolerant
2
3 0.08    February 27, 2011
4     * Additional (TODO) unit tests for immutable classes, and documentation
5       notes about these limitations. (Karen Etheridge)
6
7     * Added forward compatibility with Moose 1.9900+, but this module still
8       works with older Moose too. (Dave Rolsky)
9
10 0.07
11     * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
12
13 0.06
14     * Add support for immutable classes (Chris Andrews)
15     * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
16     * POD fixups
17
18 0.05
19     * Avoid warnings from Moose 1.09. (Dave Rolsky)
20
21 0.04    January 23, 2010
22     * Rather than skipping initialization all together, just pop off the undef
23       and let the init happen normally.  This makes default values work
24       properly. (Test provided by (and thanks to) Tom Heady)
25
26 0.03    December 3, 2009
27     * Fiddle with dependencies.
28
29 0.02    December 2, 2009
30     * Actually check the value properly, therefore setting it properly
31
32 0.01    Date/time
33         First version, released on an unsuspecting world.
34