Skip to content

Commit 32f7383

Browse files
committed
Changelog updates
1 parent 179365c commit 32f7383

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sites/www/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
=========
44

5+
- :support:`- backported` Make the return value type hint for `@task
6+
<invoke.tasks.task>` more specific; as-is it would trigger typecheck errors
7+
when handing regular, decorated task functions as inputs to
8+
`~invoke.collection.Collection.add_task` and similar methods.
9+
- :bug:`742` Define a custom ``__repr__`` for `~invoke.runners.Promise` so it
10+
can be displayed in interactive sessions or other debug contexts, without
11+
running afoul of ``AttributeError``. Thanks to Leonid Shvechikov for the
12+
original bug report.
513
- :release:`3.0.1 <2026-04-06>`
614
- :support:`- backported` Minor tweaks to documentation and type
715
hints/inheritance (mostly around `~invoke.runners.Promise`).

0 commit comments

Comments
 (0)