File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
polyamorous/lib/polyamorous Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 2.3.0 - 2019-08-18
6+
7+ * Arabic translations PR [ 979] ( https://github.com/activerecord-hackery/ransack/pull/979 )
8+
9+ * Rails 6 PR [ 1027] ( https://github.com/activerecord-hackery/ransack/pull/1027 )
10+ * vrodokanakis*
11+
12+ * Make polyamorous a separate gem PR [ 1002] ( https://github.com/activerecord-hackery/ransack/pull/1002 )
13+
14+ * Catalan translations PR[ 1007] ( https://github.com/activerecord-hackery/ransack/pull/1007 )
15+ * roslavych*
16+
17+ * Don't escape period characters with wildcard searches in mysql2 PR [ 1013] ( https://github.com/activerecord-hackery/ransack/pull/1013 )
18+ * daflip*
19+
20+ * Farsi translations PR [ 1030] ( https://github.com/activerecord-hackery/ransack/pull/1030 )
21+
22+ * Finnish translations PR [ 1049] ( https://github.com/activerecord-hackery/ransack/pull/1049 )
23+
524* Fix wrong table alias when using nested join. for ActiveRecord >= 5.2
625 PR [ 374] ( https://github.com/activerecord-hackery/ransack/pull/374 )
726
Original file line number Diff line number Diff line change 11module Ransack
2- VERSION = '2.1.1 '
2+ VERSION = '2.3.0 '
33end
Original file line number Diff line number Diff line change 11module Polyamorous
2- VERSION = '2.1.1 '
2+ VERSION = '2.3.0 '
33end
You can’t perform that action at this time.
0 commit comments