Skip to content

Commit

Permalink
Update CHANGELOG.md with PR activerecord-hackery#562
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshitocat committed Jul 12, 2015
1 parent 8b30302 commit 32d6dfa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## Version 1.6.7 - 2015-07-13
### Fixed

* Fix handling attribute-name with `_and_` `_or_`
issue [#299](https://github.com/activerecord-hackery/ransack/issues/299)
Ransack must recognize attribute-name which includes `_and_` `_or_` in searching key.
If the model hadn't attribute-name, Ransack would recognize normal seaching key.

*Ryohei Hoshi*

## Version 1.6.6 - 2015-04-05
### Changed

Expand Down

0 comments on commit 32d6dfa

Please sign in to comment.