mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-04 17:26:42 +00:00
Update ChangeLog.rst
This commit is contained in:
parent
a4e3cf834b
commit
0bfa6bed4b
@ -151,6 +151,12 @@
|
||||
`@gabime (Gabi Melman) <https://github.com/gabime>`_ and
|
||||
`@cubicool (Jeremy Moles) <https://github.com/cubicool>`_.
|
||||
|
||||
* New CMake options ``FMT_INSTALL`` and ``FMT_TEST`` to control generation
|
||||
of ``install`` and ``test`` targets respectively, on by default
|
||||
(`#197 <https://github.com/cppformat/cppformat/issues/197>`_,
|
||||
`#198 <https://github.com/cppformat/cppformat/issues/198>`_).
|
||||
Thanks to `@maddinat0r (Alex Martin) <https://github.com/maddinat0r>`_.
|
||||
|
||||
* [Breaking] ``fmt::(s)printf`` now supports formatting of objects of user-defined types
|
||||
that provide an overloaded ``std::ostream`` insertion operator (``operator<<``)
|
||||
(`#201 <https://github.com/cppformat/cppformat/issues/201>`_):
|
||||
|
Loading…
Reference in New Issue
Block a user