# HG changeset patch # User Franz Glasner # Date 1522310906 -7200 # Node ID e37fc67ae7f389f48050308b45badaf2ce2c0989 # Parent c5b638f9c607bd46d0329af5c2114c6319c14f4b Changes: Document that previously "safe_merge()" made sort of shallow copies diff -r c5b638f9c607 -r e37fc67ae7f3 CHANGES.txt --- a/CHANGES.txt Thu Mar 29 08:58:34 2018 +0200 +++ b/CHANGES.txt Thu Mar 29 10:08:26 2018 +0200 @@ -19,7 +19,8 @@ :tags: breaking, feature Reimplement :py:func:`configmix.safe_merge` do to a deepcopy of all - source configurations when merging + source configurations when merging. Previously is was sort of a + shallow copy. .. change:: :tags: doc @@ -39,7 +40,7 @@ .. changelog:: :version: 0.5 - :released: 2016-04-19 + :released: 2016-04-19 .. change:: :tags: feature