Mercurial > hgrepos > Python > libs > ConfigMix
diff 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 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Apr 14 09:55:10 2018 +0200 +++ b/CHANGES.txt Sat Apr 14 10:15:52 2018 +0200 @@ -32,6 +32,12 @@ An `encoding` keyword argument can be specified explicitely now. .. change:: + :tags: breaking, feature + + Allow comment-like key-value pairs with configuration keys starting + with ``__doc`` or ``__comment``. + + .. change:: :tags: doc Begin the documentation with `Sphinx <http://www.sphinx-doc.org>`_
