comparison doc/changes.rst @ 176:24a05dae0e76

FIX: Document the breaking change in the upcoming v0.7 in the chapter for "Breaking Changes" also
author Franz Glasner <f.glasner@feldmann-mg.com>
date Fri, 26 Apr 2019 18:28:31 +0200
parents 131aaa95d01f
children 46c7d872db83
comparison
equal deleted inserted replaced
175:327032bb0f6b 176:24a05dae0e76
14 .. _api-changes: 14 .. _api-changes:
15 15
16 Breaking Changes 16 Breaking Changes
17 ================ 17 ================
18 18
19 0.7
20 ---
21
22 - :py:func:`configmix.set_loader` now requires a :mod:`fnmatch` style
23 pattern instead of just a file extension string (i.e. a plain trailer).
24 The previons dictionary with mapping from filename extensions to loader
25 callables is now a list of tuples containing the :mod:`fnmatch` style
26 pattern and the corresponding loader callable.
27
28
19 0.6 29 0.6
20 --- 30 ---
21 31
22 - :py:func:`configmix.safe_merge` does now a deepcopy of all source 32 - :py:func:`configmix.safe_merge` does now a deepcopy of all source
23 configurations when merging. Changes in configuration instances 33 configurations when merging. Changes in configuration instances