Get rid of a pointless BEGIN block
[gitmo/MooseX-Singleton.git] / ChangeLog
index ca1eb5c..e969ebc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 Revision history for Perl extension MooseX-Singleton
 
+0.17 2009-04-24
+    - Add ClassName->_clear_instance. (hdp)
+
+0.16 2009-04-24
+    - Changes to keep constructor inlining working with latest Moose &
+      Class::MOP. This module will still work with any Moose from 0.74
+      on up.
+       
 0.15 2009-04-07
     - Fixed to work with Moose 0.73_01