Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 276:af371f9c016d
Allow deletion of key-value pairs when merging is done.
When encountering the "{{::DEL::}}" special value the corresponding key-value
pair is deleted.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 03 Oct 2020 17:11:41 +0200 |
| parents | e73884fe060b |
| children | 44cb1d04c194 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Oct 03 15:52:30 2020 +0200 +++ b/CHANGES.txt Sat Oct 03 17:11:41 2020 +0200 @@ -13,6 +13,15 @@ -------------- .. changelog:: + :version: n/a + :released: n/a + + .. change:: + :tags: feature + + Allow the deletion of key-value pairs while merging configurations. + +.. changelog:: :version: 0.10 :released: 2020-09-10
