summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-11-18 13:10:34 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2022-11-18 13:10:34 +0100
commit21214caa8e75745b348783c06aed229cc76be5a7 (patch)
tree60b69be37a0982fdd116e3b44aa57f5d638e84bc
parent251859ffa00ef5a2ae5a5b17267ab02f2571138c (diff)
Update changelog
-rw-r--r--CHANGELOG.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 5ba728b..445c3cd 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -4,14 +4,14 @@
* Development
+- BREAKING: Extract the =corfu-echo= extension from =corfu.el=. In order to see echo
+ messages, enable =corfu-echo-mode=. You probably want to enable either
+ =corfu-echo-mode= or =corfu-infoframe-mode=.
+- BREAKING: Rename =corfu-echo-documentation= to =corfu-echo-delay=.
- Add =corfu-infoframe= extension to display candidate documentation and location
in a small child frame next to the candidate menu. This extension has been
contributed by Yuwei Tian who assigned copyright to the FSF. The extension
supersedes Yuwei's =corfu-doc= package.
-- Extract the =corfu-echo= extension from =corfu.el=. In order to see echo
- messages, enable =corfu-echo-mode=. You probably want to enable either
- =corfu-echo-mode= or =corfu-infoframe-mode=.
-- Rename =corfu-echo-documentation= to =corfu-echo-delay=.
* Version 0.28 (2022-10-16)