mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2025-01-09 11:10:13 +00:00
Update changelog
This commit is contained in:
parent
9405a47245
commit
dce52e491e
@ -72,7 +72,7 @@
|
|||||||
fmt::print("{} dollars", fmt::group_digits(1000000));
|
fmt::print("{} dollars", fmt::group_digits(1000000));
|
||||||
}
|
}
|
||||||
|
|
||||||
prints ``1,000,000 dollars``.
|
prints "1,000,000 dollars".
|
||||||
|
|
||||||
* Added support for faint, conceal, reverse and blink text styles
|
* Added support for faint, conceal, reverse and blink text styles
|
||||||
(`#2394 <https://github.com/fmtlib/fmt/pull/2394>`_):
|
(`#2394 <https://github.com/fmtlib/fmt/pull/2394>`_):
|
||||||
@ -82,8 +82,6 @@
|
|||||||
Thanks `@benit8 (Benoît Lormeau) <https://github.com/benit8>`_ and
|
Thanks `@benit8 (Benoît Lormeau) <https://github.com/benit8>`_ and
|
||||||
`@data-man (Dmitry Atamanov) <https://github.com/data-man>`_.
|
`@data-man (Dmitry Atamanov) <https://github.com/data-man>`_.
|
||||||
|
|
||||||
* Decimal point is now localized when using the ``L`` specifier.
|
|
||||||
|
|
||||||
* Added experimental support for compile-time floating point formatting
|
* Added experimental support for compile-time floating point formatting
|
||||||
(`#2426 <https://github.com/fmtlib/fmt/pull/2426>`_,
|
(`#2426 <https://github.com/fmtlib/fmt/pull/2426>`_,
|
||||||
`#2470 <https://github.com/fmtlib/fmt/pull/2470>`_).
|
`#2470 <https://github.com/fmtlib/fmt/pull/2470>`_).
|
||||||
@ -132,7 +130,7 @@
|
|||||||
aan"]
|
aan"]
|
||||||
|
|
||||||
* Switched to JSON-like representation of maps and sets for consistency with
|
* Switched to JSON-like representation of maps and sets for consistency with
|
||||||
Python's `str.format``.
|
Python's ``str.format``.
|
||||||
For example (`godbolt <https://godbolt.org/z/seKjoY9W5>`__):
|
For example (`godbolt <https://godbolt.org/z/seKjoY9W5>`__):
|
||||||
|
|
||||||
.. code:: c++
|
.. code:: c++
|
||||||
@ -185,6 +183,8 @@
|
|||||||
(`#2477 <https://github.com/fmtlib/fmt/pull/2477>`_).
|
(`#2477 <https://github.com/fmtlib/fmt/pull/2477>`_).
|
||||||
Thanks `@Roman-Koshelev <https://github.com/Roman-Koshelev>`_.
|
Thanks `@Roman-Koshelev <https://github.com/Roman-Koshelev>`_.
|
||||||
|
|
||||||
|
* Decimal point is now localized when using the ``L`` specifier.
|
||||||
|
|
||||||
* Improved floating point formatter implementation
|
* Improved floating point formatter implementation
|
||||||
(`#2498 <https://github.com/fmtlib/fmt/pull/2498>`_,
|
(`#2498 <https://github.com/fmtlib/fmt/pull/2498>`_,
|
||||||
`#2499 <https://github.com/fmtlib/fmt/pull/2499>`_).
|
`#2499 <https://github.com/fmtlib/fmt/pull/2499>`_).
|
||||||
|
Loading…
Reference in New Issue
Block a user