aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zverovich <viz@meta.com>2023-12-22 16:55:02 -0800
committerVictor Zverovich <viz@meta.com>2023-12-22 16:55:02 -0800
commitb5f6b36b00b933ad384aaf37f0c5b46ec4efb831 (patch)
tree869698f156fca247283d387b765c0331e662500d
parent44dd6c0e099b16ab290428c615e07aeab430e86c (diff)
downloadfmtlib-b5f6b36b00b933ad384aaf37f0c5b46ec4efb831.tar.gz
Update changelog
-rw-r--r--ChangeLog.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 2e51d107..87ec5278 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,13 @@
+# 10.2.0 - TBD
+
+- Fixed various warnings and compilation issues
+ (https://github.com/fmtlib/fmt/pull/3624). Thanks @vinayyadav3016.
+
+- Updated CI dependencies
+ (https://github.com/fmtlib/fmt/pull/3615,
+ https://github.com/fmtlib/fmt/pull/3622,
+ https://github.com/fmtlib/fmt/pull/3623).
+
# 10.1.1 - 2023-08-28
- Added formatters for `std::atomic` and `atomic_flag`