comparison CHANGES.txt @ 147:8b7333caba25

Put the new comment-key feature into CHANGES
author Franz Glasner <hg@dom66.de>
date Sat, 14 Apr 2018 10:15:52 +0200
parents c87b0dc54e1d
children f8464559b838
comparison
equal deleted inserted replaced
146:bbf47bfb48a2 147:8b7333caba25
28 The default file encoding when reading INI style files with 28 The default file encoding when reading INI style files with
29 :py:func:`configmix.ini.load` is now "UTF-8". Previously it was 29 :py:func:`configmix.ini.load` is now "UTF-8". Previously it was
30 undefined and therefore dependent on the user's locale. 30 undefined and therefore dependent on the user's locale.
31 31
32 An `encoding` keyword argument can be specified explicitely now. 32 An `encoding` keyword argument can be specified explicitely now.
33
34 .. change::
35 :tags: breaking, feature
36
37 Allow comment-like key-value pairs with configuration keys starting
38 with ``__doc`` or ``__comment``.
33 39
34 .. change:: 40 .. change::
35 :tags: doc 41 :tags: doc
36 42
37 Begin the documentation with `Sphinx <http://www.sphinx-doc.org>`_ 43 Begin the documentation with `Sphinx <http://www.sphinx-doc.org>`_