Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 166:b5ce9a8461bf
Use the filesystem encoding explicitely where appropriate.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 14 Mar 2019 01:35:16 +0100 |
| parents | f8464559b838 |
| children | d8155c429171 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Mar 14 00:21:30 2019 +0100 +++ b/CHANGES.txt Thu Mar 14 01:35:16 2019 +0100 @@ -1,7 +1,7 @@ .. -*- coding: utf-8; mode: rst; indent-tabs-mode: nil; -*- .. -.. Valid tags: breaking, feature, bugfix, test, doc +.. Valid tags: breaking, feature, bugfix, misc, test, doc .. .. _changelog: @@ -38,6 +38,11 @@ with ``__doc`` or ``__comment``. .. change:: + :tags: misc + + Use the filesystem encoding where appripriate. + + .. change:: :tags: doc Begin the documentation with `Sphinx <http://www.sphinx-doc.org>`_
