diff --git a/ChangeLog.rst b/ChangeLog.rst index 2a182b5d..aaa8d053 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -7,6 +7,7 @@ `#2056 `_, `#2072 `_, `#2075 `_, + `#2078 `_, `#2129 `_, `#2326 `_). For example (`godbolt `__): @@ -263,7 +264,8 @@ * Added support for the ``'s'`` format specifier that gives textual representation of ``bool`` - (`#2109 `_). For example: + (`#2094 `_, + `#2109 `_). For example: .. code:: c++ @@ -307,7 +309,8 @@ (`#2036 `_). * Improved width computation - (`#2033 `_). For example: + (`#2033 `_, + `#2091 `_). For example: .. code:: c++ @@ -326,7 +329,8 @@ on a modern terminal. * The experimental fast output stream (``fmt::ostream``) is now truncated by - default for consistency with ``fopen``. For example: + default for consistency with ``fopen`` + (`#2018 `_). For example: .. code:: c++ @@ -415,7 +419,8 @@ * Stopped using deprecated GCC UDL template extension. -* Added ``fmt/args.h`` to the install target. +* Added ``fmt/args.h`` to the install target + (`#2096 `_). * Error messages are now passed to assert when exceptions are disabled (`#2145 `_). @@ -423,7 +428,8 @@ * Added the ``FMT_MASTER_PROJECT`` CMake option to control build and install targets when {fmt} is included via ``add_subdirectory`` - (`#2100 `_). + (`#2098 `_, + `#2100 `_). Thanks `@randomizedthinking `_. * Improved build configuration @@ -439,7 +445,10 @@ `#1974 `_, `#1975 `_, `#1990 `_, + `#2000 `_, `#2001 `_, + `#2002 `_, + `#2004 `_, `#2006 `_, `#2009 `_, `#2010 `_, @@ -452,10 +461,15 @@ `#2067 `_, `#2068 `_, `#2073 `_, + `#2103 `_ + `#2105 `_ `#2106 `_, `#2107 `_, + `#2116 `_ `#2117 `_, + `#2118 `_ `#2119 `_, + `#2127 `_, `#2128 `_, `#2140 `_, `#2142 `_, @@ -554,6 +568,7 @@ (`#2051 `_, `#2057 `_, `#2081 `_, + `#2084 `_, `#2312 `_). Thanks `@imba-tjd (谭九鼎) `_, `@0x416c69 (AlιAѕѕaѕѕιN) `_,