summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-23 07:17:53 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-23 07:17:53 -0500
commit1891ee005d691663b2641171d470c48992c83aed (patch)
tree1312f2db72893e7f43b305b8ee745bff1a3b7317 /Changes
parent75b755fcb3adeec0177a34b4ba090bd16d6e2885 (diff)
downloadmoosex-nonmoose-1891ee005d691663b2641171d470c48992c83aed.tar.gz
moosex-nonmoose-1891ee005d691663b2641171d470c48992c83aed.zip
update Changes
Diffstat (limited to 'Changes')
-rw-r--r--Changes11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changes b/Changes
index 71cbc79..c7740fb 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
Revision history for MooseX::NonMoose
+0.04
+ Add tests and official support for alternate instance metaclasses, such as
+ MooseX::GlobRef and MooseX::InsideOut - including supplying a custom
+ exporter MooseX::NonMoose::InsideOut which should work in all possible
+ cases, when just using the same hash that the nonmoose class is using would
+ break
+
+ Fix a couple issues with inheriting from MooseX::NonMoose classes - make
+ sure FOREIGNBUILDARGS is only called once, and fix some issues with
+ immutability
+
0.03 05/06/2009
Add a FOREIGNBUILDARGS method to support modifying the argument list passed
to the non-Moose constructor