8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe4697 commit f38e3f1Copy full SHA for f38e3f1
docs/changelog.rst
@@ -25,6 +25,10 @@ would have also been included in the 1.2 line.
25
Changelog
26
=========
27
28
+* :bug:`410` Fixed a bug where using the `~fabric.decorators.task` decorator
29
+ inside/under another decorator such as `~fabric.decorators.hosts` could cause
30
+ that task to become invalid when invoked by name (due to how old-style vs
31
+ new-style tasks are detected.) Thanks to Dan Colish for the initial patch.
32
* :release:`1.3.4 <2012-01-12>`
33
* :bug:`492` `@parallel <fabric.decorators.parallel>` did not automatically
34
trigger :ref:`linewise output <linewise-output>`, as was intended. This has
0 commit comments