diff --git a/CHANGELOG.md b/CHANGELOG.md index eb17e6b3..314bba68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,14 @@ ### [Unreleased] +### [v9.7.1] - 2019-10-02 + +- Fix skipTotalRecords api not working on initial state. [#2222] + ### [v9.7.0] - 2019-10-02 - Allow orderColumn using closure. [#2199] - ### [v9.6.1] - 2019-09-26 - Improve orderByNullsLast SQL generation. [#2191] @@ -354,7 +357,8 @@ return (new CollectionDataTable(User::all())->toJson(); - Fix orderColumn api where related tables are not joined. - Fix nested with relation search and sort function. -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.7.0...9.0 +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.7.1...9.0 +[v9.7.1]: https://github.com/yajra/laravel-datatables/compare/v9.7.0...v9.7.1 [v9.7.0]: https://github.com/yajra/laravel-datatables/compare/v9.6.1...v9.7.0 [v9.6.1]: https://github.com/yajra/laravel-datatables/compare/v9.6.0...v9.6.1 [v9.6.0]: https://github.com/yajra/laravel-datatables/compare/v9.5.0...v9.6.0 @@ -478,6 +482,7 @@ return (new CollectionDataTable(User::all())->toJson(); [#2171]: https://github.com/yajra/laravel-datatables/pull/2171 [#2191]: https://github.com/yajra/laravel-datatables/pull/2191 [#2199]: https://github.com/yajra/laravel-datatables/pull/2199 +[#2222]: https://github.com/yajra/laravel-datatables/pull/2222 [#2091]: https://github.com/yajra/laravel-datatables/issues/2091 [#2058]: https://github.com/yajra/laravel-datatables/issues/2058