Mercurial > hgrepos > Python > libs > ConfigMix
view doc/changes.rst @ 130:b11af3ded7c1
Added more JSON specific unit tests
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 04 Apr 2018 23:36:26 +0200 |
| parents | ba5970a2dcef |
| children | 131aaa95d01f |
line wrap: on
line source
.. -*- coding: utf-8 -*- ========= Changes ========= All major changes over the versions are listed here. For breaking changes have a look at :ref:`api-changes`, they are listed there in detail. .. include:: ../CHANGES.txt .. _api-changes: Breaking Changes ================ 0.6 --- - :py:func:`configmix.safe_merge` does now a deepcopy of all source configurations when merging. Changes in configuration instances after will not be reflected in the merged configuration any more. The public signature of :py:func:`configmix.safe_merge` has *not* changed. - The default file encoding when reading INI style files with :py:func:`configmix.ini.load` is now "UTF-8". Previously it was undefined and therefore dependent on the user's locale.
