diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d453e045..d5f08466 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,18 @@ +1.4.0 (2024-02-26) +================== + +Bug Fixes +--------- + +- Correct Fido time searching to use `endTimeMin` and `startTimeMax` (in the correct order) so that searching returns any dataset with a partially or completely overlapping time range. (`#336 `_) + + +Trivial/Internal Changes +------------------------ + +- Adjust file loading to support single-frame datasets with no time axis. (`#335 `_) + + 1.3.0 (2024-02-19) ================== diff --git a/changelog/335.trivial.rst b/changelog/335.trivial.rst deleted file mode 100644 index 8ef309f8..00000000 --- a/changelog/335.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Adjust file loading to support single-frame datasets with no time axis. diff --git a/changelog/336.bugfix.rst b/changelog/336.bugfix.rst deleted file mode 100644 index f63ccabb..00000000 --- a/changelog/336.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Correct Fido time searching to use `endTimeMin` and `startTimeMax` (in the correct order) so that searching returns any dataset with a partially or completely overlapping time range.