From 87a2a61d5600af94ff9c7bbd11c7ecd41c31b7d4 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 27 Oct 2015 07:03:42 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index c234c61b..0ea25f55 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,16 @@ 2.0.0 - TBD ----------- +* [Breaking] The library name has been changed from ``format`` to ``cppformat`` + for consistency with project name and to avoid potential conflicts + (`#178 `_). + Thanks to `@jackyf (Eugene V. Lyubimkin) `_. + +* [Breaking] Headers are now installed in + ``${CMAKE_INSTALL_PREFIX}/include/cppformat`` + (`#178 `_). + Thanks to `@jackyf (Eugene V. Lyubimkin) `_. + * [Breaking] ``BasicStringRef`` comparison operators now compare string content, not pointers (`#183 `_). @@ -67,7 +77,7 @@ (`#214 `_). Thanks to `@slavanap (Vyacheslav Napadovsky) `_. -* ``noexcept`` is now used when compiling with MSVC2015. +* ``noexcept`` is now used when compiling with MSVC2015 (`#215 `_). Thanks to `@dmkrepo (Dmitriy) `_.