Add release notes for new "clean" option

This commit is contained in:
Erik Johnson 2018-11-28 11:45:25 -06:00
parent e4946f9cec
commit 2ddb587e99
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -4,3 +4,11 @@ In Progress: Salt 2018.3.4 Release Notes
Version 2018.3.4 is an **unreleased** bugfix release for :ref:`2018.3.0 <release-2018-3-0>`.
This release is still in progress and has not been released yet.
State Changes
=============
- The :py:func:`host.present <salt.states.host.present>` state can now remove
the specified hostname from IPs not specified in the state. This can be done
by setting the newly-added ``clean`` argument to ``True``.