branch: externals/transient
commit 6ceddc4d8c7a3c13d78c459213c796d2c19234c6
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
news: Fix language and a prediction
---
docs/CHANGELOG | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index aa56952..8372a06 100644
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -13,10 +13,10 @@
* v0.3.0 2021-02-21
-- As a temporary kludge prevent a transient from being invoked while
- the minibuffer is active. The next release will enable this again,
- once we are sure that cannot cause Emacs to enter an inconsistent
- state, that causes most events to be ignored. #112
+- Add a temporary kludge to prevent a transient from being invoked
+ while the minibuffer is active. A future release will enable
+ this again, once we are sure that cannot cause Emacs to enter an
+ inconsistent state, that causes most events to be ignored. #112
- Improved the backtrace that is shown when a fatal error occured in a
critical context. This involved some back and forth. See commits