Skip to content

Commit 033d731

Browse files
committed
Update CHANGELOG
1 parent 8415c52 commit 033d731

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 1.3.0 (to come)
3+
## 1.3.0 (2021-01-04)
44

55
* Drop support of Rails 5.0.x and 5.1.x
66
* Drop support of Ruby 2.4
@@ -13,6 +13,7 @@
1313
* Make global search and column search work together (merge: [#350](https://github.com/jbox-web/ajax-datatables-rails/pull/350), fixes: [#258](https://github.com/jbox-web/ajax-datatables-rails/issues/258))
1414
* Fix: date_range doesn't support searching by a date greater than today (merge: [#351](https://github.com/jbox-web/ajax-datatables-rails/pull/351))
1515
* Fix: undefined method `fetch' for nil:NilClass (fix: [#307](https://github.com/jbox-web/ajax-datatables-rails/issues/307))
16+
* Add support for json params (merge: [#355](https://github.com/jbox-web/ajax-datatables-rails/pull/355))
1617

1718
* `AjaxDatatablesRails.config` is removed with no replacement. The gem is now configless :)
1819
* `AjaxDatatablesRails.config.db_adapter=` is removed and is configured per datatable class now. It defaults to Rails DB adapter. (fixes [#364](https://github.com/jbox-web/ajax-datatables-rails/issues/364))

0 commit comments

Comments
 (0)