diff --git a/CHANGES.rst b/CHANGES.rst index 1abae4c3283..fe3c91315fe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -175,6 +175,13 @@ pixel_replace - Fixed a bug that caused array size mismatches when the ``mingrad`` algorithm was applied to NIRSpec data. [#8312] +ramp_fitting +------------ + +- Updated tests to properly handle the C extension (forcing arrays to be + of an expected type. Modified the CHARGELESS portion of the ramp fit + step code to update read noise ramps only affected by CHARGELOSS. [#8355] + refpix ------