summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-04-28 12:29:09 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-04-28 12:29:09 +0200
commit20a82c4c95e8f8a7f64c00d80629dc5969932ef1 (patch)
treed8127eb97e56c07684ec06e94156a3d130ba5930 /CHANGELOG
parentc7845bfd9f3b9ec76c491e9791001a5f7438d835 (diff)
Update changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d0368d5..0a6afef 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,17 @@
# -*- mode: org -*-
+* v0.8.8 UNRELEASED
+
+- Added option ~transient-common-command-prefix~ to allow using a key
+ other than ~C-x~ as the prefix key used for many commands common to
+ all transient menus. Because the use of the ~C-x~ prefix for these
+ commands causes many global bindings to be shadowed even for menus
+ that allow invoking non-suffix commands, I highly recommend that
+ users customize this. 7d08039c
+
+- Added option ~transient-error-on-insert-failure~, defaulting to ~nil~.
+ I.e., go back to the pre-v0.8.7 behavior by default but let users
+ opt-in to errors for certain minor issues. #374
+
* v0.8.7 2025-04-01
- Added new hook ~transient-post-exit-hook~. 55050b60