From b8b139de652f6d84de227898695777dfcdd9f8a3 Mon Sep 17 00:00:00 2001 From: Marten van Kerkwijk Date: Thu, 2 Dec 2021 15:46:53 -0500 Subject: [PATCH] Changelog entry for gh-239 --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1c094b44..2dc020cd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,8 +9,8 @@ New Features - Improve resampling and add a new ``ShiftAndResample`` task that can also apply time shifts, including possible time delay phase rotations. [#225] -- Add a simpler ``SampleShift`` task that just shifts channels by integer - number of samples. [#226, #235] +- Add a simpler ``ShiftSamples`` task that just shifts channels by integer + number of samples. [#226, #235, #239] - Streams can now carry meta-data in a ``meta`` attribute. This includes information on ``frequency``, ``sideband``, and ``polarization``, all