don't inline accessors unless the instance supports it
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 9fbc6ba..72e4ee8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,11 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
+  [BUG FIXES]
+
+  * Accessors will now not be inlined if the instance metaclass isn't
+    inlinable (doy).
+
 1.08 Tue, Jun 15, 2010
 
   [ENHANCEMENTS]