From 83c13a1fe33effd263659a5063a7ba57cf5b1e53 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 10 Aug 2019 09:56:13 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 5eb5e51b..d0671f68 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -26,7 +26,7 @@ * Added an experimental Grisu floating-point formatting algorithm implementation (disabled by default). To enable it compile with the - ``FMT_USE_GRISU`` macro defined 1 before: + ``FMT_USE_GRISU`` macro defined to 1: .. code:: c++ @@ -43,7 +43,7 @@ .. image:: https://user-images.githubusercontent.com/576385/ 54883977-9fe8c000-4e28-11e9-8bde-272d122e7c52.jpg -* Added oss-fuzz support +* Added `oss-fuzz `_ support (`#1199 `_). Thanks `@pauldreik (Paul Dreik) `_ @@ -93,6 +93,7 @@ * Added the ``%`` format specifier that formats floating-point values as percentages (`#1060 `_, + `#1069 `_, `#1071 `_): .. code:: c++ @@ -235,6 +236,7 @@ * Improved documentation (`#1049 `_, `#1051 `_, + `#1083 `_, `#1113 `_, `#1114 `_, `#1146 `_, @@ -242,6 +244,7 @@ `#1250 `_, `#1252 `_). Thanks `@mikelui (Michael Lui) `_, + `@foonathan (Jonathan Müller) `_, `@BillyDonahue (Billy Donahue) `_, `@jwakely (Jonathan Wakely) `_, `@kaisbe (Kais Ben Salah) `_. @@ -264,7 +267,7 @@ (`#1062 `_). * Fixed DLL visibility issues - (`#1135 `_, + (`#1134 `_, `#1147 `_). Thanks `@denchat `_. @@ -287,6 +290,7 @@ (`#1124 `_, `#1127 `_, `#1132 `_, + `#1135 `_, `#1136 `_, `#1141 `_, `#1142 `_, @@ -299,8 +303,9 @@ (`#1043 `_). Thanks `@jackyf (Eugene V. Lyubimkin) `_. -* Fixed various warnings and compile issues - (`#1006 `_, +* Fixed various warnings and compilation issues + (`#998 `_, + `#1006 `_, `#1008 `_, `#1011 `_, `#1025 `_, @@ -314,6 +319,7 @@ `#1068 `_, `#1074 `_, `#1075 `_, + `#1079 `_, `#1086 `_, `#1088 `_, `#1089 `_, @@ -327,7 +333,6 @@ `#1118 `_, `#1120 `_, `#1123 `_, - `#1134 `_, `#1139 `_, `#1140 `_, `#1143 `_, @@ -374,7 +379,8 @@ `@HazardyKnusperkeks (Björn Schäpers) `_, `@vedranmiletic (Vedran Miletić) `_, `@jackoalan (Jack Andersen) `_, - `@DaanDeMeyer (Daan De Meyer) `_. + `@DaanDeMeyer (Daan De Meyer) `_, + `@starkmapper (Mark Stapper) `_. 5.3.0 - 2018-12-28 ------------------