* Roles now support passing an array reference of method names to method
modifier sugar functions. (doy)
- * Native traits now don't use optimized inlining routines if the instance
+ * Native traits no longer use optimized inlining routines if the instance
requests it (in particular, if inline_get_slot_value doesn't return
something that can be assigned to). This should fix issues with
KiokuDB::Class. (doy)