From 4a7801c3ec59ad98bd3ac067616419a932b7f756 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 29 May 2021 08:14:25 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 54 ++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 43 insertions(+), 11 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index ae3df290..8da999d9 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -6,6 +6,7 @@ `#2044 `_, `#2056 `_, `#2072 `_, + `#2075 `_, `#2129 `_). For example (`godbolt `__): @@ -124,7 +125,11 @@ a ~15% reported reduction on one platform. Thanks `@sergiud (Sergiu Deitsch) `_. -* Added support for ``std::byte`` and other formattable types to ``fmt::join`` +* Added support of ranges with non-const ``begin`` / ``end`` + (`#1953 `_). + Thanks `@kitegi (sarah) `_. + +* Added support of ``std::byte`` and other formattable types to ``fmt::join`` (`#1981 `_, `#2040 `_, `#2050 `_, @@ -343,6 +348,10 @@ (`#2300 `_). Thanks `@voxmea `_. +* Added ``Allocator::max_size`` support to ``basic_memory_buffer``. + (`#1960 `_). + Thanks `@phprus (Vladislav Shchapov) `_. + * Added wide string support to ``fmt::join`` (`#2236 `_). Thanks `@crbrz `_. @@ -354,9 +363,13 @@ `#2204 `_). Thanks `@randomnetcat (Jason Cobb) `_. -* Optimized writing to a buffer - (`#2164 `_). - Thanks `@moiwi `_. +* Optimized the ``printf`` implementation + (`#1982 `_, + `#1984 `_, + `#2016 `_, + `#2164 `_). + Thanks `@rimathia `_ and + `@moiwi `_. * Improved detection of ``constexpr`` ``char_traits`` (`#2246 `_, @@ -387,11 +400,23 @@ Thanks `@randomizedthinking `_. * Improved build configuration - (`#2122 `_). - Thanks `@ibaned (Dan Ibanez) `_. + (`#2026 `_, + `#2122 `_). + Thanks `@luncliff (Park DongHa) `_ and + `@ibaned (Dan Ibanez) `_. * Fixed various warnings and compilation issues - (`#2038 `_, + (`#1959 `_, + `#1963 `_, + `#1965 `_, + `#1974 `_, + `#1975 `_, + `#1990 `_, + `#2001 `_, + `#2006 `_, + `#2009 `_, + `#2010 `_, + `#2038 `_, `#2039 `_, `#2047 `_, `#2053 `_, @@ -450,7 +475,11 @@ `#2313 `_, `#2315 `_, `#2321 `_). - Thanks `@yeswalrus (Walter Gray) `_, + Thanks `@darklukee `_, + `@fagg (Ashton Fagg) `_, + `@killerbot242 (Lieven de Cock) `_, + `@jgopel (Jonathan Gopel) `_, + `@yeswalrus (Walter Gray) `_, `@Finkman `_, `@HazardyKnusperkeks (Björn Schäpers) `_, `@dkavolis (Daumantas Kavolis) `_ @@ -490,14 +519,17 @@ `@mordante `_. * Continuous integration and test improvements - (`#2110 `_, + (`#1991 `_, + `#2020 `_, + `#2110 `_, `#2114 `_, `#2196 `_, `#2217 `_, `#2247 `_, `#2256 `_). - Thanks `@alexezeder (Alexey Ochapov) `_. - + Thanks `@jgopel (Jonathan Gopel) `_ and + `@alexezeder (Alexey Ochapov) `_. + 7.1.3 - 2020-11-24 ------------------