mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Update change log [skip ci]
This commit is contained in:
parent
ce114ec4de
commit
607bac059d
1 changed files with 11 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -5,7 +5,7 @@
|
|||
### Fixed
|
||||
|
||||
* Fix test '#sort_link with hide order indicator set to true' to fail properly
|
||||
[4f65b09](https://github.com/activerecord-hackery/ransack/commit/4f65b09).
|
||||
([4f65b09](https://github.com/activerecord-hackery/ransack/commit/4f65b09)).
|
||||
This spec, added in
|
||||
[#473](https://github.com/activerecord-hackery/ransack/pull/473), tested
|
||||
the presence of the attribute name instead of the absence of the order
|
||||
|
@ -22,6 +22,15 @@
|
|||
|
||||
*Josh Hunter*, *Jon Atack*
|
||||
|
||||
### Changed
|
||||
|
||||
* Memory/speed perf improvement: Freeze strings in array global constants and
|
||||
move from using global string constants to frozen strings
|
||||
([381a83c](https://github.com/activerecord-hackery/ransack/commit/381a83c)
|
||||
and
|
||||
[ce114ec](https://github.com/activerecord-hackery/ransack/commit/ce114ec)).
|
||||
|
||||
*Jon Atack*
|
||||
|
||||
## Version 1.7.0 - 2015-08-20
|
||||
### Fixed
|
||||
|
@ -90,7 +99,7 @@
|
|||
|
||||
* Upgrade gemspec dependencies: MySQL2 from '0.3.14' to '0.3.18', and RSpec
|
||||
from '~> 2.14.0' to '~> 2' which loads 2.99
|
||||
([000cd2](https://github.com/activerecord-hackery/ransack/commit/000cd2)).
|
||||
([000cd22](https://github.com/activerecord-hackery/ransack/commit/000cd22)).
|
||||
|
||||
* Upgrade spec suite to RSpec 3 `expect` syntax backward compatible with
|
||||
RSpec 2.9
|
||||
|
|
Loading…
Reference in a new issue