From b615eca9641f12edb6713058437fd8e83c03fe09 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 5 Aug 2019 05:37:44 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 70 ++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 55 insertions(+), 15 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 966d704e..c22b9b51 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -185,11 +185,13 @@ (`#1039 `_, `#1078 `_, `#1091 `_, - `#1103 `_). + `#1103 `_, + `#1177 `_). Thanks `@luncliff (Park DongHa) `_, `@jasonszang (Jason Shuo Zang) `_, `@olafhering (Olaf Hering) `_, - `@Lecetem `_. + `@Lecetem `_, + `@pauldreik (Paul Dreik) `_. * Improved documentation (`#1051 `_, @@ -198,11 +200,42 @@ Thanks `@mikelui (Michael Lui) `_, `@BillyDonahue (Billy Donahue) `_. -* Various warning and bug fixes - (`#980 `_, - `#995 `_, - `#998 `_, - `#1006 `_, +* Fixed ambiguous formatter specialization in ``fmt/ranges.h`` + (`#1123 `_). + +* Fixed handling of general output iterators when formatting characters + (`#1056 `_, + `#1058 `_). + Thanks `@abolz (Alexander Bolz) `_. + +* Made chrono formatting work with exceptions disabled + (`#1062 `_). + +* Fixed DLL visibility issues + (`#1135 `_, + `#1147 `_) + Thanks `@denchat `_. + +* Disabled the use of UDL template extension on GCC 9 + (`#1148 `_). + +* Removed ``format`` compile-time checks from ``printf`` + (`#1173 `_). + +* Fixed issues in the experimental floating-point formatter + (`#1072 `_, + `#1153 `_, + `#1155 `_) + Thanks `@alabuzhev (Alex Alabuzhev) `_. + +* Fixed crashes discovered by fuzzing in the experimental floating-point + formatter and the chrono formatter + (`#1127 `_, + `#1132 `_). + Thanks `@pauldreik (Paul Dreik) `_. + +* Fixed various warnings and compile issues + (`#1006 `_, `#1008 `_, `#1011 `_, `#1025 `_, @@ -212,12 +245,8 @@ `#1030 `_, `#1031 `_, `#1054 `_, - `#1056 `_, - `#1058 `_, - `#1062 `_, `#1063 `_, `#1068 `_, - `#1072 `_, `#1074 `_, `#1075 `_, `#1086 `_, @@ -229,17 +258,28 @@ `#1115 `_, `#1117 `_, `#1120 `_, - `#1127 `_, - `#1132 `_). + `#1134 `_, + `#1139 `_, + `#1144 `_, + `#1150 `_, + `#1151 `_, + `#1152 `_, + `#1154 `_, + `#1156 `_ + `#1159 `_,). Thanks `@DanielaE (Daniela Engert) `_, `@mwinterb `_, `@eliaskosunen (Elias Kosunen) `_, `@morinmorin `_, `@ricco19 (Brian Ricciardelli) `_, - `@abolz (Alexander Bolz) `_, `@waywardmonkeys (Bruce Mitchener) `_, `@chronoxor (Ivan Shynkarenka) `_, - `@remyabel `_. + `@remyabel `_, + `@pauldreik (Paul Dreik) `_, + `@gsjaardema (Greg Sjaardema) `_, + `@rcane (Ronny Krüger) `_, + `@mocabe `_, + `@denchat `_. 5.3.0 - 2018-12-28 ------------------