Skip to content

Commit 9dca39b

Browse files
committed
DOC: fixup changelog
1 parent 1bed399 commit 9dca39b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGES.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ New Tools and Services
99
API changes
1010
-----------
1111

12-
query.py
13-
^^^^^^^^
14-
15-
- ``_download_file`` now returns the local file path in all cases (formerly, it would return ``None`` if the file was already cached). Some corner cases where downloads were not properly continued have been fixed [#3232]
16-
1712

1813

1914
Service fixes and enhancements
@@ -28,6 +23,14 @@ heasarc
2823
Infrastructure, Utility and Other Changes and Additions
2924
-------------------------------------------------------
3025

26+
query.py
27+
^^^^^^^^
28+
29+
- ``BaseQuery._download_file`` now returns the local file path in all cases.
30+
Some corner cases where downloads were not properly continued have been
31+
fixed. [#3232]
32+
33+
3134

3235
0.4.10 (2025-03-18)
3336
===================
@@ -137,7 +140,6 @@ Infrastructure, Utility and Other Changes and Additions
137140
- Removed usage of the astropy TestRunner, therefore the unadvertised
138141
``astroquery.test()`` functionality. [#3215]
139142

140-
- ``_download_file`` now returns the local file path in all cases (formerly, it would return ``None`` if the file was already cached). Some corner cases where downloads were not properly continued have been fixed [#3232]
141143

142144

143145
0.4.9 (2025-01-24)

0 commit comments

Comments
 (0)