From 622d1c0423f84641fb354c615f6edb2bb651ea9e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 2 Jun 2021 07:36:27 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index aaa8d053..0482ea5b 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -141,6 +141,10 @@ a ~15% reported reduction on one platform. Thanks `@sergiud (Sergiu Deitsch) `_. +* Optimized includes making the result of preprocessing ``fmt/format.h`` + ~20% smaller with libstdc++/C++20 and slightly improving build times + (`#1998 `_). + * Added support of ranges with non-const ``begin`` / ``end`` (`#1953 `_). Thanks `@kitegi (sarah) `_. @@ -439,9 +443,11 @@ `@ibaned (Dan Ibanez) `_. * Fixed various warnings and compilation issues - (`#1959 `_, + (`#1947 `_, + `#1959 `_, `#1963 `_, `#1965 `_, + `#1966 `_, `#1974 `_, `#1975 `_, `#1990 `_, @@ -565,7 +571,8 @@ `@twoixter (Jose Miguel PĂ©rez) `_. * Improved documentation - (`#2051 `_, + (`#1986 `_, + `#2051 `_, `#2057 `_, `#2081 `_, `#2084 `_, @@ -575,7 +582,8 @@ `@mordante `_. * Continuous integration and test improvements - (`#1991 `_, + (`#1969 `_, + `#1991 `_, `#2020 `_, `#2110 `_, `#2114 `_,