summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-11-24 17:08:50 +0100
committerJonas Bernoulli <jonas@bernoul.li>2024-11-24 17:08:50 +0100
commit4de5812992ef93fcd80ef1d12a6e1db7f7cd315d (patch)
treebeb6289ba22235848480f83669a65f69640d4842 /CHANGELOG
parent7e50a8fa8ee71f9ada1e9065ba7b1a079c9f3ba8 (diff)
transient-scope: Fix recent regression
[1: d0cba152] failed to take into account that this function is also useful when setting up a prefix, in which case it should be called without an argument. Also clarify that the argument should be used when this function is called from a suffix command. 1: 2024-11-22 d0cba152dc708b1cf9028539ac5204469057027b transient-scope: Add PREFIX argument
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 544042c..a3ca050 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,7 +7,9 @@
- Added documentation for ~inapt-if*~ slots to manual. 179545a6
- ~transient-args~ and ~transient-scope~ now both take a prefix command or
- a list of prefix commands as argument.
+ a list of prefix commands as argument. ~transient-scope~ can still be
+ called without an argument, but that should only be done in functions
+ that take part in setting up a menu, not in a suffix command.
- Added new generic function ~transient-prefix-value~, giving finer
control over how the value returned by ~transient-args~ is determined.