mirror of
https://github.com/fmtlib/fmt.git
synced 2025-02-05 18:40:07 +00:00
Update changelog
This commit is contained in:
parent
18ca2248df
commit
76e8f10403
14
ChangeLog.md
14
ChangeLog.md
@ -15,6 +15,10 @@
|
|||||||
|
|
||||||
Thanks @Richardk2n.
|
Thanks @Richardk2n.
|
||||||
|
|
||||||
|
- Fixed an overflow in `std::chrono::time_point` formatting with large dates
|
||||||
|
(https://github.com/fmtlib/fmt/issues/3725,
|
||||||
|
https://github.com/fmtlib/fmt/pull/3727). Thanks @cschreib.
|
||||||
|
|
||||||
- Added a formatter for `std::bitset`
|
- Added a formatter for `std::bitset`
|
||||||
(https://github.com/fmtlib/fmt/pull/3660).
|
(https://github.com/fmtlib/fmt/pull/3660).
|
||||||
For example ([godbolt](https://godbolt.org/z/bdEaGeYxe)):
|
For example ([godbolt](https://godbolt.org/z/bdEaGeYxe)):
|
||||||
@ -37,8 +41,8 @@
|
|||||||
https://github.com/fmtlib/fmt/pull/3689).
|
https://github.com/fmtlib/fmt/pull/3689).
|
||||||
Thanks @Roman-Koshelev and @dimztimz.
|
Thanks @Roman-Koshelev and @dimztimz.
|
||||||
|
|
||||||
- Only export `format_error` when {fmt} is built as a shared library
|
- Changed to only export `format_error` when {fmt} is built as a shared
|
||||||
(https://github.com/fmtlib/fmt/issues/3626,
|
library (https://github.com/fmtlib/fmt/issues/3626,
|
||||||
https://github.com/fmtlib/fmt/pull/3627). Thanks @phprus.
|
https://github.com/fmtlib/fmt/pull/3627). Thanks @phprus.
|
||||||
|
|
||||||
- Made `fmt::streamed` `constexpr`.
|
- Made `fmt::streamed` `constexpr`.
|
||||||
@ -67,16 +71,18 @@
|
|||||||
https://github.com/fmtlib/fmt/pull/369,
|
https://github.com/fmtlib/fmt/pull/369,
|
||||||
https://github.com/fmtlib/fmt/issues/3712,
|
https://github.com/fmtlib/fmt/issues/3712,
|
||||||
https://github.com/fmtlib/fmt/pull/3713,
|
https://github.com/fmtlib/fmt/pull/3713,
|
||||||
https://github.com/fmtlib/fmt/pull/3716).
|
https://github.com/fmtlib/fmt/pull/3716,
|
||||||
|
https://github.com/fmtlib/fmt/pull/3723).
|
||||||
Thanks @danakj, @vinayyadav3016, @cyyever, @phprus, @qimiko, @saschasc,
|
Thanks @danakj, @vinayyadav3016, @cyyever, @phprus, @qimiko, @saschasc,
|
||||||
@gsjaardema, @lazka, @Zhaojun-Liu, @carlsmedstad, @hotwatermorning,
|
@gsjaardema, @lazka, @Zhaojun-Liu, @carlsmedstad, @hotwatermorning,
|
||||||
@cptFracassa, @kuguma.
|
@cptFracassa, @kuguma, @PeterJohnson .
|
||||||
|
|
||||||
- Improved documentation and README
|
- Improved documentation and README
|
||||||
(https://github.com/fmtlib/fmt/pull/3642,
|
(https://github.com/fmtlib/fmt/pull/3642,
|
||||||
https://github.com/fmtlib/fmt/pull/3653,
|
https://github.com/fmtlib/fmt/pull/3653,
|
||||||
https://github.com/fmtlib/fmt/pull/3655,
|
https://github.com/fmtlib/fmt/pull/3655,
|
||||||
https://github.com/fmtlib/fmt/pull/3661,
|
https://github.com/fmtlib/fmt/pull/3661,
|
||||||
|
https://github.com/fmtlib/fmt/issues/3673,
|
||||||
https://github.com/fmtlib/fmt/pull/3677).
|
https://github.com/fmtlib/fmt/pull/3677).
|
||||||
Thanks @idzm, @perlun, @joycebrum, @fennewald.
|
Thanks @idzm, @perlun, @joycebrum, @fennewald.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user