From 86ee1d5dabd5c5c2b509c3459c667912b4d4da4f Mon Sep 17 00:00:00 2001 From: Franck HOUSSEN Date: Sun, 15 Sep 2024 10:32:22 +0200 Subject: [PATCH] Update CHANGELOG. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 7d16caa4..632b12fc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +[ Franck Houssen ] + * [BUG FIX] Fix arpack solver to handle real and imag shifts. + * [BUG FIX] Make sure the restart file of the arpack solver i written. + * [BUG FIX] Change arpack solver API. + [ Henri Menke ] * [BUG FIX] Add missing stdexcept header