From 7c4114671b603e785efb6a29770733bbfb29a5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Cournoyer?= Date: Mon, 13 Sep 2021 10:53:46 -0400 Subject: [PATCH] Remove to_liquid_value fixes in changelog Co-authored-by: Dylan Thacker-Smith --- History.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/History.md b/History.md index b73e1486..a3a62052 100644 --- a/History.md +++ b/History.md @@ -9,8 +9,6 @@ ### Fixes * Fix support for using a String subclass for the liquid source (#1421) [Dylan Thacker-Smith] * Add `ParseTreeVisitor` to `RangeLookup` (#1470) [CP Clermont] -* Use `Utils.to_liquid_value` in conditionals (#1458, #1457) [Michael Go] -* Use `to_liquid_value` in `default` filter (#1454) [Michael Go] * Translate `RangeError` to `Liquid::Error` for `truncatewords` with large int (#1431) [Dylan Thacker-Smith] ## 5.0.1 / 2021-03-24