projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dd29604
)
changelog
Jesse Luehrs [Fri, 22 Jul 2011 14:22:15 +0000 (09:22 -0500)]
Changes
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
83783e3
..
5006d97
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-3,6
+3,18
@@
for, noteworthy changes.
{{$NEXT}}
+ [BUG FIXES]
+
+ * Moose::Util::does_role shouldn't call ->does on things that don't inherit
+ from Moose::Object.
+
+ * Make ->does initialize the metaclass, so that calling it as a class method
+ on a class which sets up inheritance via some method other than extends
+ works properly (this fixes an issue with MooseX::Types).
+
+ * Make Dist::CheckConflicts a runtime requirement, so moose-outdated always
+ works.
+
2.0200 Mon, Jul 18, 2011
[OTHER]