aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zverovich <victor.zverovich@gmail.com>2020-11-24 08:24:14 -0800
committerVictor Zverovich <victor.zverovich@gmail.com>2020-11-24 08:24:14 -0800
commit07b1c1a15f38c5bfb84aa1b1dbe5334a4006202f (patch)
treefa8b88aa756fd35198f77b6d8a65b7b5bde28bc2
parent58992761cfe8b6a93bf16bd8a078d3144826a866 (diff)
downloadfmtlib-07b1c1a15f38c5bfb84aa1b1dbe5334a4006202f.tar.gz
Update changelog
-rw-r--r--ChangeLog.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 8c92f352..1e43f1e2 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -2,11 +2,18 @@
-----------
* Fixed handling of buffer boundaries in `format_to_n`
- (`#1996 <https://github.com/fmtlib/fmt/issues/1996>`_).
+ (`#1996 <https://github.com/fmtlib/fmt/issues/1996>`_,
+ `#2029 <https://github.com/fmtlib/fmt/issues/2029>`_).
* Fixed linkage errors when linking with a shared library
(`#2011 <https://github.com/fmtlib/fmt/issues/2011>`_).
+* Reintroduce ostream support to range formatters
+ (`#2014 <https://github.com/fmtlib/fmt/issues/2014>`_).
+
+* Workaround an issue with mixing std versions in gcc
+ (`#2017 <https://github.com/fmtlib/fmt/issues/2017>`_).
+
7.1.2 - 2020-11-04
------------------