From 3c05fa46c66ab618e1717d62e6e3c95698bf2fd8 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 30 Nov 2019 09:18:16 -0800 Subject: [PATCH] Update changelog --- ChangeLog.rst | 56 +++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index b1227f58..06827007 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -34,7 +34,7 @@ 69767160-cdaca400-112f-11ea-9fc5-347c9f83caad.png * {fmt} no longer converts ``float`` arguments to ``double``. In particular this - improves the default (shortest) representation of ``float``s and makes + improves the default (shortest) representation of floats and makes ``fmt::format`` consistent with ``std::format`` specs (`#1336 `_, `#1360 `_, @@ -48,7 +48,7 @@ Thanks `@orivej (Orivej Desh) `_. -* Added support for ``int128_t`` +* Added support for 128-bit integers (`#1287 `_): .. code:: c++ @@ -147,32 +147,32 @@ * Fixed various warnings and compilation issues (`#1273 `_, - `#1278 `_, - `#1280 `_, - `#1281 `_, - `#1288 `_, - `#1290 `_, - `#1301 `_, - `#1305 `_, - `#1306 `_, - `#1309 `_, - `#1312 `_, - `#1313 `_, - `#1316 `_, - `#1319 `_, - `#1320 `_, - `#1326 `_, - `#1328 `_, - `#1345 `_, - `#1347 `_, - `#1349 `_, - `#1354 `_, - `#1362 `_, - `#1364 `_, - `#1370 `_, - `#1397 `_, - `#1414 `_, - `#1416 `_). + `#1278 `_, + `#1280 `_, + `#1281 `_, + `#1288 `_, + `#1290 `_, + `#1301 `_, + `#1305 `_, + `#1306 `_, + `#1309 `_, + `#1312 `_, + `#1313 `_, + `#1316 `_, + `#1319 `_, + `#1320 `_, + `#1326 `_, + `#1328 `_, + `#1345 `_, + `#1347 `_, + `#1349 `_, + `#1354 `_, + `#1362 `_, + `#1364 `_, + `#1370 `_, + `#1397 `_, + `#1414 `_, + `#1416 `_). Thanks `@hhb `_, `@gsjaardema (Greg Sjaardema) `_, `@gabime (Gabi Melman) `_,