projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1359a1b
)
Doc to-instance fix
Dave Rolsky [Wed, 10 Feb 2010 21:22:40 +0000 (15:22 -0600)]
Changes
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
9a4c3f4
..
48a2198
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,9
@@
+0.12 2010-02-10
+
+- Fixed so that applying a role with class attributes to an instance works
+ with Moose 0.98.
+
+
0.11 2010-02-09
- Roles can now have class attributes, which will be fully initialized when