diff --git a/doc/changes.rst b/doc/changes.rst index 7551148..6d59717 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -14,7 +14,8 @@ redrock Change Log fulltype,spectype,subtype parsing (PR `#297`_). * Fix warning from zero-sized array (PR `#298`_). * Standardize wavelength -> [-1,1] mapping for Legendre poly (PR `#299`_). -* set max_velo_diff to 100 km/s for stars (PR `#300`_). +* Set max_velo_diff to 100 km/s for stars (PR `#300`_). +* Ensure `FITMETHOD` holds 4-string `NONE` (addresses `#301`) (PR `#303`_). .. _`#290`: https://github.com/desihub/redrock/pull/290 .. _`#292`: https://github.com/desihub/redrock/pull/292 @@ -24,6 +25,8 @@ redrock Change Log .. _`#298`: https://github.com/desihub/redrock/pull/298 .. _`#299`: https://github.com/desihub/redrock/pull/299 .. _`#300`: https://github.com/desihub/redrock/pull/300 +.. _`#301`: https://github.com/desihub/redrock/issues/301 +.. _`#303`: https://github.com/desihub/redrock/pull/303 0.19.0 (2024-04-19) -------------------