Skip to content

Commit 4967160

Browse files
committed
Release version 1.6.3
1 parent 25f0047 commit 4967160

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## Master (unreleased)
3+
## Version 1.6.3 - 2015-01-21
44

55
* Fix a regression
66
([#496](https://github.com/activerecord-hackery/ransack/issues/496)) caused
77
by [ee571fe](https://github.com/activerecord-hackery/ransack/commit/ee571fe)
8-
where passing a multi-parameter attribute (i.e. `date_select`) raised
8+
where passing a multi-parameter attribute (like `date_select`) raised
99
`RuntimeError: can't add a new key into hash during iteration`, and add a
1010
regression spec for the issue.
1111

lib/ransack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ransack
2-
VERSION = "1.6.2"
2+
VERSION = "1.6.3"
33
end

0 commit comments

Comments
 (0)