From 507c52ec0128af82acdf531b827389560ddffd59 Mon Sep 17 00:00:00 2001 From: Ed Slavich Date: Wed, 6 Jan 2021 13:30:34 -0500 Subject: [PATCH] Add changelog entry --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index d767947db9..01d924cf05 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,6 +15,11 @@ skymatch - Fixed a bug due to which sky matching may fail under certain circumstances such as using 'mode' statistics on a single pixel (after sigma-clipping). [#5567] +stpipe +------ + +- Removed unused LinearPipeline class. [#5590] + wavecorr -------- - Fixed bugs in wavecorr. [#5570]