----------------
New Features
^^^^^^^^^^^^
- Allow overriding existing astropy registry elements. [861]
- ``Spectrum1D`` will now swap the spectral axis with the last axis on initialization
if it can be identified from the WCS and is not last, rather than erroring. [654, 822]
Bug Fixes
^^^^^^^^^
- Change loader priorities so survey loaders always override generic ones. [860]
- Handle "FLUX_ERROR" header keyword in addition to "ERROR" in JWST loader. [856]
Other Changes and Additions
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- ``Spectrum1D`` now subclasses ``NDCube`` instead of ``NDDataRef``. [754, 822, 850]