diff options
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/python_dependency_args_removed.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/python_dependency_args_removed.md b/docs/markdown/snippets/python_dependency_args_removed.md new file mode 100644 index 0000000..7258083 --- /dev/null +++ b/docs/markdown/snippets/python_dependency_args_removed.md @@ -0,0 +1,3 @@ +## The Python Modules dependency method no longer accepts positional arguments + +Previously these were igrnoed with a warning, now they're a hard error. |