diff 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
line wrap: on
line diff
--- a/CHANGES.txt	Fri May 03 22:01:23 2019 +0200
+++ b/CHANGES.txt	Fri May 03 22:26:06 2019 +0200
@@ -55,7 +55,8 @@
    .. change::
       :tags: feature
 
-      Handle TOML style configuration files also.
+      Added support for TOML style configuration files. This needs
+      the external package :py:mod:`toml` (from "uiri/toml").
 
 
 .. changelog::
@@ -65,7 +66,7 @@
    .. change::
       :tags: breaking, feature
 
-      Reimplement :py:func:`configmix.safe_merge` do to a deepcopy of all
+      Reimplemented :py:func:`configmix.safe_merge` do to a deepcopy of all
       source configurations when merging. Previously is was sort of a
       shallow copy.