From 983806b0c1ca83a7d2f239d2af2ebcf642a08fa5 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 4 Dec 2019 12:03:44 -0800 Subject: [PATCH] Update changelog --- ChangeLog.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 `_, + `#1445 `_, + `#1446 `_, + `#1450 `_,). + Thanks `@egorpugin (Egor Pugin) `_, + `@bbolli (Beat Bolli) `_. * Added a missing decimal point in exponent notation with trailing zeros.