comparison CHANGES.txt @ 221:6f0f39a9a46f

configmix.load() and .safe_load() got a new keyword argument "extras" to be merged in as last configuration dictionary
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 09 May 2019 09:37:51 +0200
parents b56586789838
children 51a355095838
comparison
equal deleted inserted replaced
220:2034da70f8fd 221:6f0f39a9a46f
13 -------------- 13 --------------
14 14
15 .. changelog:: 15 .. changelog::
16 :version: 0.7.1.dev1 16 :version: 0.7.1.dev1
17 :released: unreleased 17 :released: unreleased
18
19 .. change::
20 :tags: feature
21
22 :py:func:`configmix.load` and :py:func:`configmix.safe_load` got a
23 new keyword argument `extras` that (if given) will be used as the
24 *last* configuration dictionary to be merged into the configuration.
25
26 This can be used to overwrite configuration file settings from
27 commandline arguments.
18 28
19 .. change:: 29 .. change::
20 :tags: bugfix 30 :tags: bugfix
21 31
22 :py:func:`configmix.safe_load` did some preliminary unsafe merges 32 :py:func:`configmix.safe_load` did some preliminary unsafe merges