Skip to content

Commit 91996b8

Browse files
Update changelog
1 parent d0042d5 commit 91996b8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
## Unreleased
44

5-
- Adapt test cases to pytest-asyncio 1.0 compatibility https://github.com/python-backoff/backoff/pull/1
6-
- Use `inspect.iscoroutinefunction` instead of `asyncio.iscoroutinefunction` to avoid Python 3.14 deprecation warning https://github.com/python-backoff/backoff/pull/3
7-
- Use uv for dependencies and packaging https://github.com/python-backoff/backoff/pull/7
8-
- Include tests in source distribution https://github.com/python-backoff/backoff/pull/13
5+
- Adapt test cases to pytest-asyncio 1.0 compatibility https://github.com/python-backoff/backoff/pull/1 (from @pastalian)
6+
- Use `inspect.iscoroutinefunction` instead of `asyncio.iscoroutinefunction` to avoid Python 3.14 deprecation warning https://github.com/python-backoff/backoff/pull/3 (from @edgarrmondragon)
7+
- Use uv for dependencies and packaging https://github.com/python-backoff/backoff/pull/7 (from @edgarrmondragon)
8+
- Include tests in source distribution https://github.com/python-backoff/backoff/pull/13 (from @edgarrmondragon)
9+
- Use `time.monotonic` instead of `datetime.datetime.now` https://github.com/python-backoff/backoff/pull/23 (from @luccabb)
910

1011
## [v2.2.1] - 2022-10-05
1112

0 commit comments

Comments
 (0)