Update Change Log [skip ci]

This commit is contained in:
Jon Atack 2014-10-04 19:37:13 +02:00
parent 3b5c82bd28
commit e4cb15fb65
1 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,7 @@ henceforth should be documented here.
## Unreleased
### Added
* `sort_link` helper: Add support for multiple sort fields and default orders.
* `sort_link` helper: Add support for multiple sort fields and default orders
([pull request](https://github.com/activerecord-hackery/ransack/pull/438)).
*Caleb Land*, *James u007*
@ -14,6 +14,12 @@ henceforth should be documented here.
### Changed
* Reduce object allocations and memory footprint (with a slight speed gain as
well) by extracting commonly used strings into top level constants and
replacing calls to `#try` methods with simple nil checking.
*Jon Atack*
## Version 1.4.1 - 2014-09-23
### Fixed