Add changes for 0.16
Dave Rolsky [Fri, 24 Apr 2009 15:06:08 +0000 (10:06 -0500)]
ChangeLog

index ca1eb5c..3dbc942 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 Revision history for Perl extension MooseX-Singleton
 
+0.16
+    - 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