diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5e43ef5767b..9f1b3a88abf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,24 @@ +4.0.12 (2023-04-20) +=================== + +New Features +------------ + +- Able to download files from REST/TAP Data Providers from the VSO. (`#6887 `__) + + +Bug Fixes +--------- + +- Pass in "max_splits" to Parfive to prevent multi connections to JSOC for JSOC only queries. (`#6921 `__) + + +Documentation +------------- + +- Added clarifying detail (in the `~sunpy.time.TimeUTime` docstring) for how the ``utime`` time format handles seconds on a day with a leap second. (`#6894 `__) + + 4.0.11 (2023-03-31) =================== diff --git a/changelog/6887.feature.rst b/changelog/6887.feature.rst deleted file mode 100644 index 16e3e1904c8..00000000000 --- a/changelog/6887.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Able to download files from REST/TAP Data Providers from the VSO. diff --git a/changelog/6894.doc.rst b/changelog/6894.doc.rst deleted file mode 100644 index e66ef7ed106..00000000000 --- a/changelog/6894.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Added clarifying detail (in the `~sunpy.time.TimeUTime` docstring) for how the ``utime`` time format handles seconds on a day with a leap second. diff --git a/changelog/6921.bugfix.rst b/changelog/6921.bugfix.rst deleted file mode 100644 index 1d880204d72..00000000000 --- a/changelog/6921.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Pass in "max_splits" to Parfive to prevent multi connections to JSOC for JSOC only queries.