From 21ed92a6e973fe4d0821a168fdc10c03cb5d8c0c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 24 Dec 2021 07:25:23 -0800 Subject: [PATCH] Update changelog --- ChangeLog.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index 4b88f4a6..4aba81f5 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,23 @@ +8.1.0 - TBD +----------- + +* Optimized ``tm`` formatting + (`#2602 `_, + `#2670 `_ + `#2671 `_). + Thanks `@phprus (Vladislav Shchapov) `_. + +* Disabled a partially broken copy ctor for ``dynamic_format_arg_store`` and + enabled a working move ctor + (`#2664 `_). + Thanks `@lucpelletier `_. + +* Improved build configuration + (`#2650 `_, + `#2651 `_, + `#2663 `_). + Thanks `@alexezeder (Alexey Ochapov) `_. + 8.0.1 - 2021-07-02 ------------------