From 6a93dda265ff2ae5bd1f189b507760e87eda18fa Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 29 Oct 2015 07:28:47 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 32ff5138..53e3dde4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,11 @@ 2.0.0 - TBD ----------- +* Migrated from ReadTheDocs to GitHub Pages for better responsiveness + and reliability + (`#128 `_). + New documentation address is http://cppformat.github.io/. + * Fixed formatting of enums with numeric format specifiers in ``fmt::(s)printf`` (`#131 `_, `#139 `_): @@ -13,7 +18,9 @@ Thanks to `@Naios `_. * Improved compatibility with old versions of MinGW - (`#132 `_). + (`#129 `_, + `#132 `_). + Thanks to `@cstamford (Christopher Stamford) `_. * The ``Buffer`` template is now part of the public API and can be used to implement custom memory buffers