Add changelog entry

This commit is contained in:
Erik Johnson 2020-07-02 16:45:54 -05:00 committed by Daniel Wozniak
parent 5657d64ffc
commit 0b3b7835dd

5
changelog/57858.changed Normal file
View file

@ -0,0 +1,5 @@
The ``serializer`` argument has been added to the :py:func:`file.serialize
<salt.states.file.serialize>` state, as an alternative to ``formatter``. This
brings it more in line with the ``serializer_opts`` and ``deserializer_opts``
arguments. ``formatter`` is still supported, but using both ``serializer`` and
``formatter`` will cause the state to fail.