Skip to content

Commit ac37f93

Browse files
committed
Bump v9.4.1 🚀
1 parent 697ca05 commit ac37f93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
### [Unreleased]
1010

11+
### [v9.4.1] - 2019-06-12
12+
13+
- Removal of redundant SoftDelete check. [#2103], credits to [@selecod]
14+
1115
### [v9.4.0] - 2019-06-06
1216

1317
- Allow column search on blacklisted columns with custom filter. [#2102], fix [#2091].
@@ -444,6 +448,7 @@ return (new CollectionDataTable(User::all())->toJson();
444448
[#2085]: https://github.com/yajra/laravel-datatables/pull/2085
445449
[#2102]: https://github.com/yajra/laravel-datatables/pull/2102
446450
[#2084]: https://github.com/yajra/laravel-datatables/pull/2084
451+
[#2103]: https://github.com/yajra/laravel-datatables/pull/2103
447452

448453
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
449454
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058
@@ -509,3 +514,4 @@ return (new CollectionDataTable(User::all())->toJson();
509514
[@apreiml]: https://github.com/apreiml
510515
[@Stokoe0990]: https://github.com/Stokoe0990
511516
[@drsdre]: https://github.com/drsdre
517+
[@selecod]: https://github.com/selecod

0 commit comments

Comments
 (0)