aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zverovich <victor.zverovich@gmail.com>2020-11-24 08:29:17 -0800
committerVictor Zverovich <victor.zverovich@gmail.com>2020-11-24 08:29:17 -0800
commit6ce207b9a5020e824fee3d129d7145eaa3c7cf0c (patch)
tree89fa81d169d6592d5618de77667569548b3029f6
parent07b1c1a15f38c5bfb84aa1b1dbe5334a4006202f (diff)
downloadfmtlib-6ce207b9a5020e824fee3d129d7145eaa3c7cf0c.tar.gz
Fix formatting
-rw-r--r--ChangeLog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 1e43f1e2..4f829033 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,7 +1,7 @@
7.1.3 - TBD
-----------
-* Fixed handling of buffer boundaries in `format_to_n`
+* Fixed handling of buffer boundaries in ``format_to_n``
(`#1996 <https://github.com/fmtlib/fmt/issues/1996>`_,
`#2029 <https://github.com/fmtlib/fmt/issues/2029>`_).