comparison CHANGES.txt @ 195:28e6c1413947

Added support for TOML style configuration files
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 May 2019 21:51:09 +0200
parents 46c7d872db83
children 0b855758ba08
comparison
equal deleted inserted replaced
194:0d8dd58afc44 195:28e6c1413947
49 49
50 :py:func:`configmix.load` and :py:func:`configmix.safe_load` got 50 :py:func:`configmix.load` and :py:func:`configmix.safe_load` got
51 a keyword argument `defaults` that allow the provision of an 51 a keyword argument `defaults` that allow the provision of an
52 already existing default configuration into which all additional 52 already existing default configuration into which all additional
53 configuration settings are merged into. 53 configuration settings are merged into.
54
55 .. change::
56 :tags: feature
57
58 Handle TOML style configuration files also.
54 59
55 60
56 .. changelog:: 61 .. changelog::
57 :version: 0.6 62 :version: 0.6
58 :released: 2019-03-14 63 :released: 2019-03-14