From a398b4cc747fafa774bc52e602262ed0136febbd Mon Sep 17 00:00:00 2001 From: Guilherme Carreiro Date: Mon, 24 Feb 2025 12:11:05 +0100 Subject: [PATCH] Fix History.md --- History.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/History.md b/History.md index c03e2d95..92da8ea9 100644 --- a/History.md +++ b/History.md @@ -1,24 +1,30 @@ # Liquid Change Log -## 5.7.3 (unreleased) +## 5.8.1 (unreleased) -* Raise Liquid::SyntaxError when parsing invalidly encoded strings +## 5.8.0 + +* Introduce the new `{% doc %}` tag [Guilherme Carreiro] + +## 5.7.3 + +* Raise Liquid::SyntaxError when parsing invalidly encoded strings [Chris AtLee] ## 5.7.2 2025-01-31 -* Fix array filters to not support nested properties +* Fix array filters to not support nested properties [Guilherme Carreiro] ## 5.7.1 2025-01-24 -* 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 +* Fix the `find` and `find_index`filters to return `nil` when filtering empty arrays [Guilherme Carreiro] +* Fix the `has` filter to return `false` when filtering empty arrays [Guilherme Carreiro] ## 5.7.0 2025-01-16 ### Features -* Add `find`, `find_index`, `has`, and `reject` filters to arrays -* Compatibility with Ruby 3.4 +* Add `find`, `find_index`, `has`, and `reject` filters to arrays [Guilherme Carreiro] +* Compatibility with Ruby 3.4 [Ian Ker-Seymer] ## 5.6.4 2025-01-14