From 5a6d0849060b192c4eb840a4691f5ca66378a407 Mon Sep 17 00:00:00 2001 From: Bryna Hazelton Date: Fri, 13 Oct 2023 12:33:37 -0700 Subject: [PATCH] update the changelog for a new version --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 367cc758e9..297c022489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.4.1] - 2023-10-13 + ### Added - Added a `uvw_track_generator` method within `utils` for calculating the expected uvws (and a few other values) without needing to instantiate a whole `UVData` object.