diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c76a34..5463bb4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ### [Unreleased] +### [v11.1.5](https://github.com/yajra/laravel-datatables/compare/v11.1.4...v11.1.5) - 2024-09-26 + +- Add skip total records back #3170 +- Alternative to #3169. +- Partially reverts #3157. + ### [v11.1.4](https://github.com/yajra/laravel-datatables/compare/v11.1.3...v11.1.4) - 2024-08-17 - fix: Ensure dates are not turned into arrays by the processor #3163