Mercurial > hgrepos > Python > libs > ConfigMix
changeset 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 | bbf47bfb48a2 |
| children | be352645871c |
| files | CHANGES.txt |
| diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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>`_
