projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0dc0aea
)
Changes for 0.15
Dave Rolsky [Wed, 13 Apr 2011 19:15:02 +0000 (14:15 -0500)]
Changes
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
59f2e66
..
28c5027
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,9
@@
+0.15 2011-04-13
+
+- The fix in 0.14 only worked with Moose 2.0, causing failures with earlier
+ versions.
+
+
0.14 2011-04-13
- Using extends caused strictness to be lost. Fixed by Karen Etheridge.