From ad7ef356763626e296596464b5faa3e100823614 Mon Sep 17 00:00:00 2001 From: Matthias Schmidtblaicher <42544829+MatthiasSchmidtblaicherQC@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:11:45 +0200 Subject: [PATCH] Update CHANGELOG.rst (#694) --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 35b46f00..05bfec86 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,7 @@ Changelog ========= -2.6.0 - UNRELEASED +2.6.0 - 2023-09-05 ------------------ **New features** @@ -26,6 +26,7 @@ Changelog - When computing the covariance matrix, check for ill-conditionedness for all types of input. Furthermore, do it in a more efficient way. - Pin `tabmat<4.0.0` (the new release will bring breaking changes). + 2.5.2 - 2023-06-02 ------------------