projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e600730
)
Note enum and override/super implementations in Changes
Shawn M Moore [Thu, 5 Feb 2009 03:48:33 +0000 (
03:48
+0000)]
Changes
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
115d1a8
..
7de5e21
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-24,6
+24,10
@@
Revision history for Mouse
* use Data::Util to make method modifiers fast if it's available (dann)
+ * Implement "enum" type constraints
+
+ * Implement "override" and "super"
+
0.14 Sat Dec 20 16:53:05 2008
* POD fix