Skip to content

Commit 00d3bbb

Browse files
committed
Update change log [skip ci]
1 parent 5066923 commit 00d3bbb

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## Version 1.8.0 - 2016-07-14
44
### Added
55

66
* Support Mongoid 5. PR [#636](https://github.com/activerecord-hackery/ransack/pull/636), commit
@@ -46,6 +46,11 @@
4646

4747
*Marcel Eeken*
4848

49+
* Add Taiwanese Hokkien/Mandarin i18n locale file (`zh-TW.yml`). PR
50+
[#674](https://github.com/activerecord-hackery/ransack/pull/674).
51+
52+
*Sibevin Wang*
53+
4954
* Add Danish i18n locale file (`da.yml`). PR
5055
[#663](https://github.com/activerecord-hackery/ransack/pull/663).
5156

@@ -68,6 +73,12 @@
6873

6974
### Fixed
7075

76+
* In `FormHelper::SortLink#parameters_hash`, convert `params#to_unsafe_h`
77+
only if Rails 5, and add tests. Commit
78+
[14e66ca](https://github.com/activerecord-hackery/ransack/commit/14e66ca).
79+
80+
*Jon Atack*
81+
7182
* Respect negative conditions for collection associations and fix Mongoid
7283
compat. PR [#645](https://github.com/activerecord-hackery/ransack/pull/645).
7384

@@ -124,7 +135,7 @@
124135
### Changed
125136

126137
* Memory/speed perf improvement: Freeze strings in array global constants and
127-
move from using global string constants to frozen strings
138+
partially move from using global string constants to frozen strings
128139
([381a83c](https://github.com/activerecord-hackery/ransack/commit/381a83c)
129140
and
130141
[ce114ec](https://github.com/activerecord-hackery/ransack/commit/ce114ec)).

0 commit comments

Comments
 (0)