projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1618650
)
changelog
Jesse Luehrs [Fri, 6 May 2011 15:59:15 +0000 (10:59 -0500)]
Changes
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
8b4b933
..
64c39b9
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-3,6
+3,15
@@
for, noteworthy changes.
{{$NEXT}}
+ [BUG FIXES]
+
+ * Applying multiple role objects (rather than role names) at once no longer
+ skips every other role. (rjbs)
+
+ * Caching of anon classes now works more sanely in the presence of role
+ application parameters - alias and excludes options are taken into account,
+ and caching is disabled entirely if other parameters exist. (doy, autarch)
+
2.0002 Thu, Apr 28, 2011
[ENHANCEMENTS]