changeset 118:e37fc67ae7f3

Changes: Document that previously "safe_merge()" made sort of shallow copies
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 29 Mar 2018 10:08:26 +0200
parents c5b638f9c607
children eefde3288fb8
files CHANGES.txt
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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