We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179365c commit 32f7383Copy full SHA for 32f7383
1 file changed
sites/www/changelog.rst
@@ -2,6 +2,14 @@
2
Changelog
3
=========
4
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.
13
- :release:`3.0.1 <2026-04-06>`
14
- :support:`- backported` Minor tweaks to documentation and type
15
hints/inheritance (mostly around `~invoke.runners.Promise`).
0 commit comments