aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zverovich <victor.zverovich@gmail.com>2019-12-04 12:03:44 -0800
committerVictor Zverovich <victor.zverovich@gmail.com>2019-12-04 12:03:44 -0800
commit983806b0c1ca83a7d2f239d2af2ebcf642a08fa5 (patch)
tree67d1170247b2d9368d3416c31686352ccf2bb614
parent02af5beb8a025cbac94e93da060789556c785316 (diff)
downloadfmtlib-983806b0c1ca83a7d2f239d2af2ebcf642a08fa5.tar.gz
Update changelog
-rw-r--r--ChangeLog.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index aa811439..9186cd4b 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,7 +1,13 @@
6.1.1 - TBD
-----------
-* Fixed shared library build on Windows.
+* Fixed shared library build on Windows
+ (`#1443 <https://github.com/fmtlib/fmt/pull/1443>`_,
+ `#1445 <https://github.com/fmtlib/fmt/issues/1445>`_,
+ `#1446 <https://github.com/fmtlib/fmt/pull/1446>`_,
+ `#1450 <https://github.com/fmtlib/fmt/issues/1450>`_,).
+ Thanks `@egorpugin (Egor Pugin) <https://github.com/egorpugin>`_,
+ `@bbolli (Beat Bolli) <https://github.com/bbolli>`_.
* Added a missing decimal point in exponent notation with trailing zeros.