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) `_.