From 300e4178746116508a4452d367e6c1a8064dffbb Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Wed, 10 Feb 2021 23:05:14 +0100 Subject: [PATCH] fix changelog --- doc/changelog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index a60b23a1e..a674b142e 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -11,9 +11,9 @@ Changelog New features ~~~~~~~~~~~~ - ``iminuit.minimize`` - - Keyword ``method`` now accepts "migrad" and "simplex" - - Keyword ``option`` now supports keyword "stra" to set ``Minuit.strategy`` - - ``OptimizeResult.message`` now states if errors are not reliable + - Keyword ``method`` now accepts "migrad" and "simplex" + - Keyword ``option`` now supports keyword "stra" to set ``Minuit.strategy`` + - ``OptimizeResult.message`` now states if errors are not reliable - ``Minuit`` now supports functions wrapped with ``functools.partial``, by @jnsdrtlf Other