projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
57324ff
)
changelog
Jesse Luehrs [Thu, 21 Apr 2011 14:13:35 +0000 (09:13 -0500)]
Changes
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
3a292a2
..
1d75086
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-3,6
+3,12
@@
for, noteworthy changes.
{{$NEXT}}
+ [NEW FEATURES]
+
+ * Type constraints can now provide inlined versions, which should make
+ inlined code which uses type constraints (such as accessors) faster.
+ (Dave Rolsky)
+
[BUG FIXES]
* Make sure weak attributes remain weak when cloning. (doy, rafl)