From 500742064a44f552e4dccaa95598d6674a7920e3 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Fri, 28 Jul 2023 09:28:33 +0200 Subject: [PATCH] update changelog --- doc/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 1418fefe..a346c60b 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -5,10 +5,10 @@ Changelog ========= -2.23.0 (July 27, 2023) +2.23.0 (July 28, 2023) ---------------------- - Fix ``CostSum.visualize`` bug (`#918 `_) -- Fix ``_safe_log`` on systems which use 32 bit floats (`#915 `_) +- Fix ``_safe_log`` on systems which use 32 bit floats (`#915 `_), (`#919 `_) - Skip test_interactive and friends when ipywidgets is not installed (`#917 `_) - Turn negative zero into positive zero in ``pdg_format`` (`#916 `_) - Remove warning in ``test_cost.py`` by using ``pytest.warns`` instead of ``pytest.raises`` (`#914 `_)