From df3ceb03589e4a8821bdcdec324def35851e2288 Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Tue, 16 Apr 2024 11:29:13 -0400 Subject: [PATCH] Update changelog for 1.14.0 release --- CHANGES.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d7d3344fe..9da855218 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,15 +1,12 @@ -1.14.0 (unreleased) +1.14.0 (2024-04-16) ------------------- -New Features -^^^^^^^^^^^^ - -Bug Fixes -^^^^^^^^^ - Other Changes and Additions ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- ``new_flux_unit`` changed to ``with_flux_unit`` to match spectral version, + updated docstring to reflect actual behavior. [#1124] + - Compatibility with numpy 2.0 and astropy 6.1. [#1130] 1.13.0 (2024-02-19)