# HG changeset patch # User Franz Glasner # Date 1550786468 -3600 # Node ID 131aaa95d01f33ea711c7dbfa6dacb14e7182916 # Parent f7114e4f3938ece0ee75111a6bc71dc3f3618aa0 FIX: Docu: wording diff -r f7114e4f3938 -r 131aaa95d01f doc/changes.rst --- a/doc/changes.rst Thu Feb 21 22:58:44 2019 +0100 +++ b/doc/changes.rst Thu Feb 21 23:01:08 2019 +0100 @@ -20,8 +20,9 @@ --- - :py:func:`configmix.safe_merge` does now a deepcopy of all source - configurations when merging. Changes in configuration instances after - will not be reflected in the merged configuration any more. + configurations when merging. Changes in configuration instances + afterwards will not be reflected in the merged configuration any + more. The public signature of :py:func:`configmix.safe_merge` has *not* changed.