From 487885f5a207f1bd6b4894f9ccf1475456c36b8e Mon Sep 17 00:00:00 2001 From: Daniel Frey Date: Sat, 17 Feb 2018 14:47:59 +0100 Subject: [PATCH] Set release date --- doc/Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Changelog.md b/doc/Changelog.md index 5081bfc58..58aa00673 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -2,11 +2,11 @@ ## 2.4.0 -**Not yet released** +Released 2018-02-17 +* Improved and documented the [Parse Tree / AST support](Parse-Tree.md). * Changed prefix of all macros from `TAOCPP_PEGTL_` to `TAO_PEGTL_`. Compatibility macros with the old names are provided, they will be removed in version 3.0. * Added a deleted overload to prevent creating a `memory_input<>` from a temporary `std::string`. -* Improved and documented the [Parse Tree / AST support](Parse-Tree.md). ## 2.3.4