CHANGELOG.md in ajax-datatables-rails-0.1.0 vs CHANGELOG.md in ajax-datatables-rails-0.1.1

- old
+ new

@@ -1,6 +1,11 @@ # CHANGELOG +## 0.1.1 +* Fixes problem on `searchable_columns` where the corresponding model is +a composite model name, e.g. `UserData`, `BillingAddress`. +Thanks to [iruca3](https://github.com/iruca3) for the fix. + ## 0.1.0 * A fresh start. Sets base class name to: `AjaxDatatablesRails::Base`. * Extracts pagination functions to mixable modules. * A user would have the option to stick to the base `AjaxDatatablesRails::Extensions::SimplePaginator` or replace it with \ No newline at end of file