From 3db91773e33c2833c1a52e69b30592eb61beb438 Mon Sep 17 00:00:00 2001 From: ojustino Date: Thu, 18 Aug 2022 14:44:24 -0400 Subject: [PATCH] Added changelog entry for PR 105 --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index dafb2dac..bc204de5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,7 @@ New Features API Changes ^^^^^^^^^^^ +- ``HorneExtract`` no longer requires ``mask`` and ``unit`` arguments [#105] - ``BoxcarExtract`` and ``HorneExtract`` now accept parameters (and require the image and trace) at initialization, and allow overriding any input parameters when calling [#117]