From c61043450b7d1030dfb3ac248be0f3577b962776 Mon Sep 17 00:00:00 2001 From: vitaut Date: Mon, 21 Mar 2016 07:57:06 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index 6fa42579..8176ca04 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,25 @@ +2.1.0 - TBD +----------- + +* Project layout and build system improvements + (`#267 `_): + + * The code have been moved to the ``cppformat`` directory. + Including ``format.h`` from the top-level directory is deprecated + but works via a proxy header which will be removed in the next + major version. + + * C++ Format CMake targets now have proper interface definitions. + + * Installed version of the library now supports the header-only + configuration. + + * Targets ``doc``, ``install``, and ``test`` are now disabled if C++ Format + is included as a CMake subproject. They can be enabled by setting + ``FMT_DOC``, ``FMT_INSTALL``, and ``FMT_TEST`` in the parent project. + + Thanks to `@niosHD `_. + 2.0.1 - 2016-03-13 ------------------