# HG changeset patch # User Franz Glasner # Date 1557397528 -7200 # Node ID 51a355095838fe2ff345ddf3e28f5ce92ab55c07 # Parent 6f0f39a9a46f9563ed4aab0d047beec2d8a32c0b FIX: Docu: Typo diff -r 6f0f39a9a46f -r 51a355095838 CHANGES.txt --- a/CHANGES.txt Thu May 09 09:37:51 2019 +0200 +++ b/CHANGES.txt Thu May 09 12:25:28 2019 +0200 @@ -86,7 +86,7 @@ .. change:: :tags: breaking, feature - Reimplemented :py:func:`configmix.safe_merge` do to a deepcopy of all + Reimplemented :py:func:`configmix.safe_merge` to do a deepcopy of all source configurations when merging. Previously is was sort of a shallow copy.