diff --git a/ChangeLog.rst b/ChangeLog.rst index c8e78e55..fc48ffac 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -143,18 +143,21 @@ `#175 `_, `#190 `_, `#191 `_, - `#194 `_). + `#194 `_, + `#196 `_). Thanks to `@Naios `_, `@fmatthew5876 (Matthew Fioravante) `_, `@LevskiWeng (Levski Weng) `_, `@rpopescu `_, - `@gabime (Gabi Melman) `_ and - `@cubicool (Jeremy Moles) `_. + `@gabime (Gabi Melman) `_, + `@cubicool (Jeremy Moles) `_ and + `@jkflying (Julian Kent) `_. -* New CMake options ``FMT_INSTALL`` and ``FMT_TEST`` to control generation - of ``install`` and ``test`` targets respectively, on by default +* New CMake options ``FMT_DOC``, ``FMT_INSTALL`` and ``FMT_TEST`` to control + generation of ``doc``, ``install`` and ``test`` targets respectively, on by default (`#197 `_, - `#198 `_). + `#198 `_, + `#200 `_). Thanks to `@maddinat0r (Alex Martin) `_. * [Breaking] ``fmt::(s)printf`` now supports formatting of objects of user-defined types