changelog
Jesse Luehrs [Thu, 21 Apr 2011 14:13:35 +0000 (09:13 -0500)]
Changes

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)