summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-07-13 23:02:18 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-07-13 23:02:18 +0200
commit2a680c21e2be0b055e0e801d43c92792e5305acc (patch)
tree172c8d1bd97f6bdb17796e23eda7ecee3c78a824 /CHANGELOG
parented732cb35f6a6753930df10a0f66a6e4efd29e6d (diff)
Release version 0.7.3v0.7.3
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e8e1178..40eeef6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,17 @@
# -*- mode: org -*-
+* v0.7.3 2024-07-13
+
+- Refactored code responsible for inserting columns.
+
+Bug fix:
+
+- The ~transient-current-*~ variables are intended to only be used by
+ suffix commands, when they are invoked from a prefix. Previously
+ they were only cleared when the prefix is ultimately exited, which
+ meant that they unintentionally were accessible in timers. Now the
+ values of these variables are nil when used outside their intended
+ scope. 0e0ece32, f2cb28a5
+
* v0.7.2 2024-06-24
- Added support for adding suffixes that activate value presets. #183