Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 171:1ff11462a5c1
The associations from filename extensions to parsers are "fnmatch" style patterns now.
Calling "configmix.set_loader" prepends to the currently defined
associations and therefore gets the highest priority.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 25 Apr 2019 17:00:09 +0200 |
| parents | c247a5dc35ed |
| children | 8138d56d7cd3 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Apr 25 16:14:50 2019 +0200 +++ b/CHANGES.txt Thu Apr 25 17:00:09 2019 +0200 @@ -16,6 +16,15 @@ :version: 0.7.dev1 :released: unreleased + .. change:: + :tags: breaking, feature + + The associations from filename extensions to parsers are + :py:mod:`fnmatch` style patterns now. + + Calling :py:func:`configmix.set_loader` prepends to the currently + defined associations and therefore gets the highest priority. + .. changelog:: :version: 0.6
