From bdfc1ace0b6a99f727c166af79ea51070b8c7010 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Mon, 6 Mar 2023 15:13:11 +0100 Subject: [PATCH] Update changelog --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 1b91a5f7..90cdb225 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +Development + + * Allow whitespace markers for verbatim text: `|<`, `|>`, and `|<>` - #912 + * Do not swallow single quote after output line indicator - #911 + * Support Tilt 2.1.0 - #910 + * Fix Railtie load error - #904 + * Fix attribute parsing with square brackets - #796 + 5.0.0 (2023-01-23) * Fix markdown interpolation #773