Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 227:f5011eec3b6e
Added a loader with key "ignore" that ignores the given configuration file
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 12 May 2019 18:06:37 +0200 |
| parents | 8b1c52d5e7d5 |
| children | 8dbaac3ea59b |
line wrap: on
line diff
--- a/CHANGES.txt Sun May 12 17:27:12 2019 +0200 +++ b/CHANGES.txt Sun May 12 18:06:37 2019 +0200 @@ -14,7 +14,15 @@ .. changelog:: :version: 0.7.2.dev1 - :released: unreleased + :released: unreleased + + .. change:: + :tags: feature + + Implemented a loader with key ``ignore`` effectively ignores the + contents of given file. No extensions is by default associated with + this loader. + .. changelog:: :version: 0.7.1 @@ -36,6 +44,7 @@ :py:func:`configmix.safe_load` did some preliminary unsafe merges from `defaults` and an extra additional unneeded merge. + .. changelog:: :version: 0.7 :released: 2019-05-06
