From ff70161512f38cc942e2b2105015f587b08b0b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Cournoyer?= Date: Wed, 24 Mar 2021 16:52:57 -0400 Subject: [PATCH] Remove internal fixes from History.md Co-authored-by: Dylan Thacker-Smith --- History.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/History.md b/History.md index ae57688..734e8bc 100644 --- a/History.md +++ b/History.md @@ -4,8 +4,6 @@ ### Fixes * Add ParseTreeVisitor to Echo tag (#1414) [CP Clermont] -* Fix Rubocop (#1402) [Dylan Thacker-Smith] -* Add a hint to sign CLA only if it's the first time (#1406, #1405) [ADTC] * Test with ruby 3.0 as the latest ruby version (#1398) [Dylan Thacker-Smith] * Handle carriage return in newlines_to_br (#1391) [Unending] * Build the tokenizer through the parse context for liquid-c (#1386) [Dylan Thacker-Smith]