diff --git a/ChangeLog.rst b/ChangeLog.rst index e037875f..f97cc82e 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,4 +1,5 @@ 3.0.0 - TBD +----------- * The project has been renamed from C++ Format (cppformat) to fmt for consistency with the used namespace and macro prefix @@ -9,7 +10,7 @@ #include "fmt/format.h" - Including the headers from the ``cppformat`` directory is deprecated + Including ``format.h`` from the ``cppformat`` directory is deprecated but works via a proxy header which will be removed in the next major version. * Fixed detection of user-defined literal support on Intel C++ compiler @@ -18,13 +19,23 @@ Thanks to `@dean0x7d (Dean Moldovan) `_ and `@speth (Ray Speth) `_. +* Reduced compile time of variadic functions + (`#243 `_, + `#249 `_). + Thanks to `@dean0x7d (Dean Moldovan) `_. + * Compile test fixes (`#313 `_). Thanks to `@dean0x7d (Dean Moldovan) `_. -* Documentation fixes (`#309 `_). - Thanks to `@jwilk (Jakub Wilk) `_. +* Documentation fixes (`239 `_, + `258 `_, + `#309 `_). + Thanks to `@ReadmeCritic `_ + `@Gachapen (Magnus Bjerke Vik) `_ and + `@jwilk (Jakub Wilk) `_. -* Fixed compiler warnings (`#259 `_, +* Fixed compiler warnings (`#256 `_, + `#259 `_, `#277 `_, `#286 `_). Thanks to `@mwinterb `_, @@ -47,6 +58,14 @@ (`#262 `_). Thanks to `@mwinterb `_. +* Added ``fprintf`` overload that writes to a ``std::ostream`` + (`#251 `_). + Thanks to `nickhutchinson (Nicholas Hutchinson) `_. + +* Export symbols when building a Windows DLL + (`#245 `_). + Thanks to `macdems (Maciek Dems) `_. + 2.1.1 - 2016-04-11 ------------------