diff --git a/ChangeLog.rst b/ChangeLog.rst index 05a7b36b..7130a866 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -69,7 +69,7 @@ on systems that support Unicode. -* Implemented dynamic argument storage +* Added experimental dynamic argument storage (`#1170 `_, `#1584 `_): @@ -84,12 +84,12 @@ The answer is 42. - Thanks `vsolontsov-ll (Vladimir Solontsov) + Thanks `@vsolontsov-ll (Vladimir Solontsov) `_. * Made ``fmt::join`` accept ``initializer_list`` (`#1591 `_). - Thanks `Rapotkinnik (Nikolay Rapotkin) `_. + Thanks `@Rapotkinnik (Nikolay Rapotkin) `_. * Fixed handling of empty tuples (`#1588 `_). @@ -99,19 +99,25 @@ * Fixed formatting of ``std::chrono::duration`` types to wide output (`#1533 `_). - Thanks `zeffy (pilao) `_. + Thanks `@zeffy (pilao) `_. * Added const ``begin`` and ``end`` overload to buffers (`#1553 `_). - Thanks `dominicpoeschko `_. + Thanks `@dominicpoeschko `_. + +* Added the ability to disable floating-point formatting via ``FMT_USE_FLOAT``, + ``FMT_USE_DOUBLE`` and ``FMT_USE_LONG_DOUBLE`` macros for extremely + memory-constrained embedded system + (`#1590 `_). + Thanks `@albaguirre (Alberto Aguirre) `_. + +* Made ``FMT_STRING`` work with ``constexpr`` ``string_view`` + (`#1589 `_). + Thanks `@scramsby (Scott Ramsby) `_. * Implemented a minor optimization in the format string parser (`#1560 `_). - Thanks `IkarusDeveloper `_. - -* Switched links to HTTPS in README - (`#1481 `_). - Thanks `@imba-tjd (谭九鼎) `_. + Thanks `@IkarusDeveloper `_. * Improved attribute detection (`#1469 `_, @@ -122,8 +128,10 @@ `@refnum `_. * Improved documentation - (`#1523 `_). - Thanks `@JackBoosY (Jack·Boos·Yu) `_. + (`#1481 `_, + `#1523 `_). + Thanks `@JackBoosY (Jack·Boos·Yu) `_, + `@imba-tjd (谭九鼎) `_. * Fixed symbol visibility on Linux when compiling with ``-fvisibility=hidden`` (`#1535 `_). @@ -134,7 +142,8 @@ `#1534 `_, `#1546 `_, `#1566 `_, - `#1582 `_). + `#1582 `_, + `#1598 `_). Thanks `@ambitslix (Attila M. Szilagyi) `_, `@jwillikers (Jordan Williams) `_, `@stac47 (Laurent Stacul) `_. @@ -166,7 +175,11 @@ `#1573 `_, `#1575 `_, `#1581 `_, - `#1583 `_). + `#1583 `_, + `#1594 `_, + `#1596 `_, + `#1606 `_, + `#1609 `_). Thanks `@marti4d (Chris Martin) `_, `@iPherian `_, `@parkertomatoes `_, @@ -179,7 +192,9 @@ `@ryusakki (Haise) `_, `@fghzxm `_, `@refnum `_, - `@pramodk (Pramod Kumbhar) `_. + `@pramodk (Pramod Kumbhar) `_, + `@Spirrwell `_, + `@scramsby (Scott Ramsby) `_. 6.1.2 - 2019-12-11 ------------------