diff --git a/CHANGELOG.md b/CHANGELOG.md index 3391ebc..012fb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,15 @@ henceforth should be documented here. ### Changed +* Replace `string#freeze` instances with top level constants to reduce string + allocations in Ruby < 2.1. + + *Jon Atack* + +* Remove unneeded `Ransack::` namespacing on most of the constants. + + *Jon Atack* + ## Version 1.5.1 - 2014-10-30 ### Fixed