mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +00:00
Fix formatting in changelog
This commit is contained in:
parent
790fd90f40
commit
413d97b33a
@ -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>`_).
|
||||||
|
Loading…
Reference in New Issue
Block a user