summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-05-20 16:07:07 -0500
committerJesse Luehrs <doy@tozt.net>2010-05-20 16:07:07 -0500
commit82e81e794df21b7a1012598007a11a3815282943 (patch)
treebac214d03648d3cec9bc68e5d6df2231b8f654cb /Changes
parent9522bf6fed9c7eb8da5cd6684b609e84964fb0ac (diff)
downloadmoosex-nonmoose-82e81e794df21b7a1012598007a11a3815282943.tar.gz
moosex-nonmoose-82e81e794df21b7a1012598007a11a3815282943.zip
changelog and version bump0.08
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changes b/Changes
index 18e5f36..9ed78bc 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
Revision history for MooseX::NonMoose
+0.08 05/20/2010
+ Fix inheriting from classes which don't bless their instances into the
+ correct class when subclassing (jhallock).
+
+ Update for things fixed in latest Moose.
+
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