From b4d46e398831100e95b2ff7ad0d6567fccab840e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 9 May 2020 10:05:16 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 0ad89102..81ee76b1 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,10 +1,11 @@ -6.2.1 - TBD ------------ +6.2.1 - 2020-05-09 +------------------ -* Fix ostream support in sprintf +* Fixed ostream support in ``sprintf`` (`#1631 `_). -* Fix inconsistent type detection +* Fixed type detection when using implicit conversion to ``string_view`` and + ostream ``operator<<`` inconsistently (`#1662 `_). 6.2.0 - 2020-04-05