Apply the same fix for find_index and has

This commit is contained in:
Guilherme Carreiro
2025-01-24 08:39:01 +01:00
committed by Guilherme Carreiro
parent 5718c4cee2
commit bf1419b8ac
3 changed files with 36 additions and 3 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
## 5.7.1 2025-01-23
* Fix the `find` filter to return `nil` when filtering empty arrays
* Fix the `find` and `find_index`filters to return `nil` when filtering empty arrays
* Fix the `has` filter to return `false` when filtering empty arrays
## 5.7.0 2025-01-16