Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 139:c87b0dc54e1d
Allow custom configuration filename extensions and custom loaders that can handle custom configuration file syntax styles
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Fri, 06 Apr 2018 22:28:45 +0200 |
| parents | 21d92ff8cf31 |
| children | 8b7333caba25 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Apr 06 09:42:17 2018 +0200 +++ b/CHANGES.txt Fri Apr 06 22:28:45 2018 +0200 @@ -51,6 +51,12 @@ Allow JSON formatted files as configuration files also (suffix ".json"). + .. change:: + :tags: feature + + Allow custom configuration filename extensions and custom loaders that + can handle custom configuration file syntax styles. + .. changelog:: :version: 0.5
