We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3401ce2 commit db30fb3Copy full SHA for db30fb3
ChangeLog.md
@@ -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
18
# 11.1.3 - 2025-01-25
19
20
- Fixed compilation on GCC 9.4 (https://github.com/fmtlib/fmt/issues/4313).
0 commit comments