mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 03:07:36 +02:00
Fix formatting in changelog
This commit is contained in:
@ -182,7 +182,7 @@
|
|||||||
|
|
||||||
* Modernized the codebase using more C++11 features and removing workarounds.
|
* Modernized the codebase using more C++11 features and removing workarounds.
|
||||||
Most importantly, ``buffer_context`` is now an alias template, so
|
Most importantly, ``buffer_context`` is now an alias template, so
|
||||||
use ``buffer_context<T>`` instead of ``buffer_context<T>::type`.
|
use ``buffer_context<T>`` instead of ``buffer_context<T>::type``.
|
||||||
|
|
||||||
* ``formatter`` specializations now always take precedence over implicit
|
* ``formatter`` specializations now always take precedence over implicit
|
||||||
conversions to ``int`` and the undocumented ``convert_to_int`` trait
|
conversions to ``int`` and the undocumented ``convert_to_int`` trait
|
||||||
@ -782,7 +782,7 @@
|
|||||||
``color`` enum) is now deprecated.
|
``color`` enum) is now deprecated.
|
||||||
(`#762 <https://github.com/fmtlib/fmt/issues/762>`_
|
(`#762 <https://github.com/fmtlib/fmt/issues/762>`_
|
||||||
`#767 <https://github.com/fmtlib/fmt/pull/767>`_).
|
`#767 <https://github.com/fmtlib/fmt/pull/767>`_).
|
||||||
thanks `@remotion (remo) <https://github.com/remotion>`_.
|
thanks `@Remotion (Remo) <https://github.com/Remotion>`_.
|
||||||
|
|
||||||
* Added quotes to strings in ranges and tuples
|
* Added quotes to strings in ranges and tuples
|
||||||
(`#766 <https://github.com/fmtlib/fmt/pull/766>`_).
|
(`#766 <https://github.com/fmtlib/fmt/pull/766>`_).
|
||||||
|
Reference in New Issue
Block a user