summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-09-27 19:33:08 -0500
committerJesse Luehrs <doy@tozt.net>2009-09-27 19:33:08 -0500
commit9ac373816d2a54747b7f7a71127bccf343dd5e5c (patch)
treedd1c3f649a88f0005e018f84d547cc433b6c3eb4 /Changes
parentbaf7ee288431082b6c347fda4de56e7dfde691d8 (diff)
downloadmoosex-nonmoose-9ac373816d2a54747b7f7a71127bccf343dd5e5c.tar.gz
moosex-nonmoose-9ac373816d2a54747b7f7a71127bccf343dd5e5c.zip
update Changes and bump version number0.07
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changes b/Changes
index eaac367..18e5f36 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
Revision history for MooseX::NonMoose
+0.07 09/27/2009
+ Start adding support for non-Moose destructors. Destructor inlining isn't
+ supported yet, since Moose isn't quite flexible enough there for it to be
+ more than an annoying hack, but this should still work with immutable
+ classes anyway.
+
0.06 09/27/2009
defining a custom constructor in a class using mx-nonmoose now works