# HG changeset patch # User Franz Glasner # Date 1639490325 -3600 # Node ID c785fcb8f31ce672df8f28d42a8206663822ddae # Parent e47ba40974a61a100ee8fc67949aa8c5403864da Changelog diff -r e47ba40974a6 -r c785fcb8f31c CHANGES.txt --- a/CHANGES.txt Tue Dec 14 14:56:41 2021 +0100 +++ b/CHANGES.txt Tue Dec 14 14:58:45 2021 +0100 @@ -9,6 +9,18 @@ Changelog ========= +n/a (not released) +~~~~~~~~~~~~~~~~~~ + +- **[feature]** + Attribute-style access also for jailed configurations + +- **[bugfix}** + Make exception formatting robust when there is a single parameter for + "%"-style formatting and the single parameter happend to be a tuple; + now it is wrapped into a tuple. + + Pre-1.0 Series --------------