From bfc84d1fe22fe4ab51272ecfd9ca07e55716c8cd Mon Sep 17 00:00:00 2001 From: Sebastien Gilles <sebastien.gilles@inria.fr> Date: Fri, 26 Jul 2019 22:43:36 +0200 Subject: [PATCH] #859: In Changelog, put in bold one ticket that changes the API. --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 59be08ce74..34e6f7d104 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,8 +12,8 @@ Starting from v18.47, the ticket numbers in bold are those that might break comp facility to identify entry keys has been entirely rewritten and seems to work in any case (I did my best to write all the edge cases I could think of in the test suite). -- Support #1470 - Feature #279: Refactor PrintContainers facilities: there are now only two functions (one for tuple and another for other -containers). Policies aere provided to handle the different cases (including associative containers). +- __Support #1470 - Feature #279__: Refactor PrintContainers facilities: there are now only two functions (one for tuple and another for other +containers). Policies are provided to handle the different cases (including associative containers). - Support #1469: One of the policy mentioned in #1470 enables to print content of a container of std::variant (provided the types within the variant are printable). - Support #1467: Following #1432, there is no need to keep track of the LuaOptionFile used to interpret input data file. -- GitLab