# HG changeset patch # User Franz Glasner # Date 1594191129 -7200 # Node ID 42a6d59cf2ad9992249372f001e9b6f76ad424ab # Parent 2a8dcab2de8c0d466ffcbde705acd9d6f7416dbb Put a note about the latest breaking change into the appropriate documentation section also diff -r 2a8dcab2de8c -r 42a6d59cf2ad docs/changes.rst --- a/docs/changes.rst Tue Jul 07 22:21:27 2020 +0200 +++ b/docs/changes.rst Wed Jul 08 08:52:09 2020 +0200 @@ -16,6 +16,17 @@ Breaking Changes ================ + +n/a +--- + +- Do not implicitely convert a configuration value to text if the + value is the result of just a variable expansion. + + While technically a breaking change no known client is known to rely + on the previous behaviour. + + 0.7 ---