mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add note to release notes about returner minions kwarg change
This commit is contained in:
parent
4e7f35fa36
commit
78befde62f
1 changed files with 13 additions and 0 deletions
13
doc/topics/releases/2015.8.11.rst
Normal file
13
doc/topics/releases/2015.8.11.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
============================
|
||||
Salt 2015.8.11 Release Notes
|
||||
============================
|
||||
|
||||
Version 2015.8.11 is a bugfix release for :doc:`2015.8.0
|
||||
</topics/releases/2015.8.0>`.
|
||||
|
||||
Returner Changes
|
||||
================
|
||||
|
||||
- Any returner which implements a ``save_load`` function is now required to
|
||||
accept a ``minions`` keyword argument. All returners which ship with Salt
|
||||
have been modified to do so.
|
Loading…
Add table
Reference in a new issue