8000 Changelog re #410, fixes #410 · alex-python/fabric@f38e3f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit f38e3f1

Browse files
committed
Changelog re fabric#410, fixes fabric#410
1 parent ebe4697 commit f38e3f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ would have also been included in the 1.2 line.
2525
Changelog
2626
=========
2727

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.
2832
* :release:`1.3.4 <2012-01-12>`
2933
* :bug:`492` `@parallel <fabric.decorators.parallel>` did not automatically
3034
trigger :ref:`linewise output <linewise-output>`, as was intended. This has

0 commit comments

Comments
 (0)
0