comparison CHANGES.txt @ 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 d51a18e5b0e3
children ba5970a2dcef
comparison
equal deleted inserted replaced
117:c5b638f9c607 118:e37fc67ae7f3
17 17
18 .. change:: 18 .. change::
19 :tags: breaking, feature 19 :tags: breaking, feature
20 20
21 Reimplement :py:func:`configmix.safe_merge` do to a deepcopy of all 21 Reimplement :py:func:`configmix.safe_merge` do to a deepcopy of all
22 source configurations when merging 22 source configurations when merging. Previously is was sort of a
23 shallow copy.
23 24
24 .. change:: 25 .. change::
25 :tags: doc 26 :tags: doc
26 27
27 Begin the documentation with `Sphinx <http://www.sphinx-doc.org>`_ 28 Begin the documentation with `Sphinx <http://www.sphinx-doc.org>`_
37 Build a tree of configuration settings from INI files 38 Build a tree of configuration settings from INI files
38 39
39 40
40 .. changelog:: 41 .. changelog::
41 :version: 0.5 42 :version: 0.5
42 :released: 2016-04-19 43 :released: 2016-04-19
43 44
44 .. change:: 45 .. change::
45 :tags: feature 46 :tags: feature
46 47
47 First really used release. 48 First really used release.