From ed4ef7c48989270c1e4dbef8e978988ded9941cf Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Tue, 2 Oct 2018 09:02:20 -0500 Subject: [PATCH] Add documentation on pchanges removal See https://github.com/saltstack/salt/pull/49832#issuecomment-426012655 --- doc/topics/releases/neon.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/topics/releases/neon.rst b/doc/topics/releases/neon.rst index d060a08eece1..1bbcb609d240 100644 --- a/doc/topics/releases/neon.rst +++ b/doc/topics/releases/neon.rst @@ -174,6 +174,9 @@ State Changes ``False`` result would be returned, but this meant that subsequent runs of the state would fail due to the destination file being present. +- The ``onchanges`` and ``prereq`` :ref:`requisites ` now behave + properly in test mode. + Salt Cloud Features ===================