summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-08-31 00:28:37 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-08-31 00:28:37 +0200
commit9b6fbe68169b2bab28ee9e1be67351e7b263508c (patch)
tree75f0e814024a3f17db2edf59f6fc94fdf4a6c9ae /CHANGELOG
parentdd8c2999b1e3ca93e6fd7d171e38da2cc57eea90 (diff)
Update changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 871312d..1da8383 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,19 @@
# -*- mode: org -*-
+* v0.7.5 UNRELEASED
+
+- Updated tooling.
+
+Bug fixes:
+
+- ~static-if~ is now used correctly. 0e35673e
+
+- When an existing window ends up being used to display the transient
+ buffer, then the previous value of the ~no-other-window~ parameter is
+ now restored, when the transient is exited. #302
+
+- The names assigned to suffixes, which are defined using lambdas in
+ the prefix definition, are now guaranteed to be unique. #304
+
* v0.7.4 2024-08-05
- Added new function ~transient-active-prefix~.