From 4f35764d440188a619285a17787077f8e0c6ed63 Mon Sep 17 00:00:00 2001 From: Guilherme Carreiro Date: Wed, 22 Oct 2025 12:32:40 +0200 Subject: [PATCH] Update `History.md` --- History.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/History.md b/History.md index 3d979dc1..be20e055 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,8 @@ # Liquid Change Log +## 5.8.8 +* Introduce `:rigid` error mode for stricter, safer parsing of all tags [CP Clermont, Guilherme Carreiro] + ## 5.8.7 * Expose body content in the `Doc` tag [James Meng]