Skip to content

Commit db30fb3

Browse files
committed
Update changelog
1 parent 3401ce2 commit db30fb3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ChangeLog.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 11.1.4 - TBD
2+
3+
- Fixed ABI compatibility with earlier 11.x versions on Windows
4+
(https://github.com/fmtlib/fmt/issues/4359).
5+
6+
- Improved the logic of switching between fixed and exponential format for
7+
`float` (https://github.com/fmtlib/fmt/issues/3649).
8+
9+
- Moved `is_compiled_string` to the public API
10+
(https://github.com/fmtlib/fmt/issues/4342). Thanks @SwooshyCueb.
11+
12+
- Fixed `__builtin_strlen` detection (https://github.com/fmtlib/fmt/pull/4329).
13+
Thanks @LocalSpook.
14+
15+
- Fixed gcc 8.3 compile errors (https://github.com/fmtlib/fmt/pull/4336).
16+
Thanks @sergiud.
17+
118
# 11.1.3 - 2025-01-25
219

320
- Fixed compilation on GCC 9.4 (https://github.com/fmtlib/fmt/issues/4313).

0 commit comments

Comments
 (0)