diff --git a/ChangeLog.rst b/ChangeLog.rst index 70400205..c8e78e55 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -151,6 +151,12 @@ `@gabime (Gabi Melman) `_ and `@cubicool (Jeremy Moles) `_. +* New CMake options ``FMT_INSTALL`` and ``FMT_TEST`` to control generation + of ``install`` and ``test`` targets respectively, on by default + (`#197 `_, + `#198 `_). + Thanks to `@maddinat0r (Alex Martin) `_. + * [Breaking] ``fmt::(s)printf`` now supports formatting of objects of user-defined types that provide an overloaded ``std::ostream`` insertion operator (``operator<<``) (`#201 `_):