diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-06-05 17:27:55 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-06-05 17:27:55 +0200 |
| commit | 23ec451280fa1641090a5abcbf75b4b99ec61852 (patch) | |
| tree | 37a3e623b3b14c67db98790d090c2116d1925aed /CHANGELOG | |
| parent | 7937e57e29b5f3ee6f871e67e69a1fb20f353c38 (diff) | |
transient--init-suffix: Do not use :level twice calling constructor
For class constructors and `clone', if a keyword argument is specified
multiple times, the latter instance wins, which in our case was the
outdated one.
As a result, it was impossible to change the level of a suffix if that
was set inline, in the prefix definition.
Fixes [1: bcc0bf83].
1: 2025-05-16 bcc0bf836808e156262d9ff631be7d91a0ec201d
Improve format of layout and handling of included groups
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ # -*- mode: org -*- +* v0.9.2 UNRELEASED + +- Fixed a regression in v0.9.0, which made it impossible to change the + level of a suffix if that was set inline in the prefix definition. + * v0.9.1 2025-06-03 - As an additional safety measure, unconditionally reset ~inhibit-quit~ |
