Skip to content

Commit a398b4c

Browse files
committedFeb 25, 2025
Fix History.md
1 parent cca9fe9 commit a398b4c

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed
 

‎History.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
11
# Liquid Change Log
22

3-
## 5.7.3 (unreleased)
3+
## 5.8.1 (unreleased)
44

5-
* Raise Liquid::SyntaxError when parsing invalidly encoded strings
5+
## 5.8.0
6+
7+
* Introduce the new `{% doc %}` tag [Guilherme Carreiro]
8+
9+
## 5.7.3
10+
11+
* Raise Liquid::SyntaxError when parsing invalidly encoded strings [Chris AtLee]
612

713
## 5.7.2 2025-01-31
814

9-
* Fix array filters to not support nested properties
15+
* Fix array filters to not support nested properties [Guilherme Carreiro]
1016

1117
## 5.7.1 2025-01-24
1218

13-
* Fix the `find` and `find_index`filters to return `nil` when filtering empty arrays
14-
* Fix the `has` filter to return `false` when filtering empty arrays
19+
* Fix the `find` and `find_index`filters to return `nil` when filtering empty arrays [Guilherme Carreiro]
20+
* Fix the `has` filter to return `false` when filtering empty arrays [Guilherme Carreiro]
1521

1622
## 5.7.0 2025-01-16
1723

1824
### Features
1925

20-
* Add `find`, `find_index`, `has`, and `reject` filters to arrays
21-
* Compatibility with Ruby 3.4
26+
* Add `find`, `find_index`, `has`, and `reject` filters to arrays [Guilherme Carreiro]
27+
* Compatibility with Ruby 3.4 [Ian Ker-Seymer]
2228

2329
## 5.6.4 2025-01-14
2430

0 commit comments

Comments
 (0)
Failed to load comments.