Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 251:2a8dcab2de8c
Do not implicitely convert a configuration value to text if the value is the result of just a variable expansion.
This is technically a breaking change. But no known client code uses the old
behaviour.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 07 Jul 2020 22:21:27 +0200 |
| parents | efc9674fc549 |
| children | 16bcd85c7d28 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Jul 07 09:27:24 2020 +0200 +++ b/CHANGES.txt Tue Jul 07 22:21:27 2020 +0200 @@ -13,6 +13,16 @@ -------------- .. changelog:: + :version: n/a + :released: not yet + + .. change:: + :tags: breaking, feature + + Do not implicitely convert a configuration value to text if the + value is the result of just a variable expansion. + +.. changelog:: :version: 0.7.4 :released: 2020-05-21
