Skip to content

Commit cafe80b

Browse files
authored
Release notes for 0.7.1 (#85)
1 parent b0b44ca commit cafe80b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGES.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
=======
33

4+
0.7.1 (unreleased)
5+
------------------
6+
7+
* Restored and deprecated the ``temporary_download_error_stop()`` and
8+
``temporary_download_error_wait()`` methods of :class:`~.RetryFactory` for
9+
backwards compatibility.
10+
411
0.7.0 (2025-02-17)
512
------------------
613

@@ -9,10 +16,10 @@ Changes
916
* Renamed some methods of :class:`~.RetryFactory` for consistency, since they
1017
now handle both temporary and permanent download errors:
1118

12-
* ``temporary_download_error_stop`` →
19+
* ``temporary_download_error_stop()`` →
1320
:meth:`~.RetryFactory.download_error_stop`
1421

15-
* ``temporary_download_error_wait`` →
22+
* ``temporary_download_error_wait()`` →
1623
:meth:`~.RetryFactory.download_error_wait`
1724

1825
* Made the :ref:`default retry policy <default-retry-policy>` behave like the

0 commit comments

Comments
 (0)