We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f0047 commit 4967160Copy full SHA for 4967160
CHANGELOG.md
@@ -1,11 +1,11 @@
1
# Change Log
2
3
-## Master (unreleased)
+## Version 1.6.3 - 2015-01-21
4
5
* Fix a regression
6
([#496](https://github.com/activerecord-hackery/ransack/issues/496)) caused
7
by [ee571fe](https://github.com/activerecord-hackery/ransack/commit/ee571fe)
8
- where passing a multi-parameter attribute (i.e. `date_select`) raised
+ where passing a multi-parameter attribute (like `date_select`) raised
9
`RuntimeError: can't add a new key into hash during iteration`, and add a
10
regression spec for the issue.
11
lib/ransack/version.rb
@@ -1,3 +1,3 @@
module Ransack
- VERSION = "1.6.2"
+ VERSION = "1.6.3"
end
0 commit comments