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

- old
+ new

@@ -1,7 +1,16 @@ # CHANGELOG -## 1.1.0 (to come) +## 1.2.0 (to come) + +* Drop support of Rails 4.x +* Drop support of Ruby 2.3 +* Use [zeitwerk](https://github.com/fxn/zeitwerk) to load gem files +* Add binstubs to ease development + +This is the last version to support Rails 5.0.x and Ruby 2.4.x. + +## 1.1.0 (2019-12-12) * 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)