From 35b42b4254c4e4a50ca7c70477bb90c76c05611c Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sun, 5 May 2019 12:50:11 +0200
Subject: [PATCH] [doc] Update changelog for 0.54 release

---
 CHANGELOG.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index aba3f0b6..9a9c77b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## v0.54.0 (XX April 2019)
+## v0.54.0 (5th May 2019)
 
 ### Code/tests
 - Fix OutputSource and InputSource from_inline() regex matching
@@ -6,6 +6,8 @@
 - Block document: code: drop vensions 2 and 3 management
 - Block document: Upgrade blocks to v11 and TX to v10
 - Add OutputSource.inline_condition() method
+- output conditions: fix 'parser' variables default definition
+- output conditions: add token() and compose() tests
 
 ### Other
 - CI: Do not trigger build, tests, type check on modification of non-relevant files
-- 
GitLab