comparison CHANGES.txt @ 198:0b855758ba08

An additional TOML-related unittest (types)
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 May 2019 22:26:06 +0200
parents 28e6c1413947
children b2a5442867e7
comparison
equal deleted inserted replaced
197:7865f28038a4 198:0b855758ba08
53 configuration settings are merged into. 53 configuration settings are merged into.
54 54
55 .. change:: 55 .. change::
56 :tags: feature 56 :tags: feature
57 57
58 Handle TOML style configuration files also. 58 Added support for TOML style configuration files. This needs
59 the external package :py:mod:`toml` (from "uiri/toml").
59 60
60 61
61 .. changelog:: 62 .. changelog::
62 :version: 0.6 63 :version: 0.6
63 :released: 2019-03-14 64 :released: 2019-03-14
64 65
65 .. change:: 66 .. change::
66 :tags: breaking, feature 67 :tags: breaking, feature
67 68
68 Reimplement :py:func:`configmix.safe_merge` do to a deepcopy of all 69 Reimplemented :py:func:`configmix.safe_merge` do to a deepcopy of all
69 source configurations when merging. Previously is was sort of a 70 source configurations when merging. Previously is was sort of a
70 shallow copy. 71 shallow copy.
71 72
72 .. change:: 73 .. change::
73 :tags: breaking, feature 74 :tags: breaking, feature