CHANGELOG.md in ajax-datatables-rails-1.0.0 vs CHANGELOG.md in ajax-datatables-rails-1.1.0

- old
+ new

@@ -1,6 +1,18 @@ # CHANGELOG +## 1.1.0 (to come) + +* Add rudimentary support for Microsoft SQL Server +* Fixes errors when options[param] is nil [PR 315](https://github.com/jbox-web/ajax-datatables-rails/pull/315) (thanks @allard) +* Improve query performance when nulls_last option is enabled [PR 317](https://github.com/jbox-web/ajax-datatables-rails/pull/317) (thanks @natebird) +* Add :string_in cond [PR 323](https://github.com/jbox-web/ajax-datatables-rails/pull/323) (thanks @donnguyen) +* Rename `sanitize` private method [PR 326](https://github.com/jbox-web/ajax-datatables-rails/pull/326) (thanks @epipheus) +* Update documentation +* Test with latest Rails (6.x) and Ruby versions (2.6) + +This is the last version to support Rails 4.x and Ruby 2.3.x. + ## 1.0.0 (2018-08-28) * Breaking change: Remove dependency on view_context [Issue #288](https://github.com/jbox-web/ajax-datatables-rails/issues/288) * Breaking change: Replace `config.orm = :active_record` by a class : `AjaxDatatablesRails::ActiveRecord` [Fix #228](https://github.com/jbox-web/ajax-datatables-rails/issues/228)