Optionally propagate pillar data from Salt to reclass

Optionally, data from pillars that run before the reclass ``ext_pillar``
(i.e. Salt's builtin ``pillar_roots``, as well as other ``ext_pillar``
modules listed before the ``reclass_adapter``) can be made available to
reclass. Please use this with caution as referencing data from Salt in
the inventory will make it harder or impossible to run |reclass| in
other environments. This feature is therefore turned off by default and
must be explicitly enabled in the Salt master configuration file, like
this:

  reclass: &reclass
      […]
      propagate_pillar_data_to_reclass: True

Signed-off-by: martin f. krafft <madduck@madduck.net>
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst
index 25bda17..9f91569 100644
--- a/doc/source/changelog.rst
+++ b/doc/source/changelog.rst
@@ -5,6 +5,8 @@
 ========= ========== ========================================================
 Version   Date       Changes
 ========= ========== ========================================================
+                     * Salt: pillar data from previous pillars are now
+                       available to reclass parameter interpolation
                      * yaml_fs: classes may be defined in subdirectories
                        (closes: #12, #19, #20)
                      * Migrate Salt adapter to new core API (closes: #18)