Fix changelog file name
[gitmo/MooseX-Singleton.git] / ChangeLog
CommitLineData
b375b147 1Revision history for Perl extension MooseX-Singleton
2
f65df6a0 30.09_02 2008-08-22
4 - bumped the Moose dependency to 0.55_01 (Dave Rolsky)
5
4bd074c5 60.09_01 2008-08-21
ede8dce0 7 - fixes to work with the latest dev release of Moose - 0.55_01 (Dave Rolsky)
8
d871257e 90.09 2008-06-27
10 - fix immutability to work with Moose 0.51 (Dave Rolsky)
11
911a9dda 120.08 2008-05-24
15bb6eb9 13 - fix make_immutable keyword in test (Sartak)
14 - immutable singleton objects did not call triggers in the constructor (Dave Rolsky)
15 - fix immutability to actually work with modern Moose 0.41+ (Dave Rolsky)
5379464b 16
86c3868d 170.07 2008-03-07
15bb6eb9 18 - bump Moose dep to 0.37 because that's when we got make_immutable (Sartak)
86c3868d 19
b1411a85 200.06 2008-03-05
21 - singleton objects were broken when made_immutable (Dave Rolsky)
2b4ce4bd 22
963b26bd 230.05 2008-02-03
b1411a85 24 - avoid re-BUILD-ing existing singleton objects (rjbs)
963b26bd 25
d64d5811 260.04 2008-01-27
b1411a85 27 - exception when ->new called with args and instance already init'd (rjbs)
28 - added ->initialize method to remove any ambiguity with ->new (rjbs)
d64d5811 29
b375b147 300.03 2007-12-16
31 - reimplementation as a metaclass (Sartak)
15bb6eb9 32 - initial CPAN release
b375b147 33
340.02 2007-12-16
35 - instance and new are really the same, cleanup (Sartak)
36
370.01 2007-04-20
38 - initial implementation as a role (Debolaz)