add changelog entry for #454

This commit is contained in:
Timo Schilling 2014-10-24 11:28:28 +02:00
parent ed39f64e8b
commit 533a6a1c58
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@ henceforth should be documented here.
*joeyates*
* Fix checks for `attribute_method?` for method that ends with a pradicate,
for example `_start` and `_end`. Now, a `life_start` attribute will be
recognized instead of raising a NoMethodError `life_start`.
*Timo Schilling*, *Jon Atack*
### Changed
* Reduce object allocations and memory footprint (with a slight speed gain as