[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/consult e6469a790e: Update changelog
From: |
ELPA Syncer |
Subject: |
[elpa] externals/consult e6469a790e: Update changelog |
Date: |
Mon, 6 Mar 2023 09:57:29 -0500 (EST) |
branch: externals/consult
commit e6469a790ed72224a99e5e1e23ae95b2ac0b48df
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
Update changelog
---
CHANGELOG.org | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 850725218c..7f7c0bdb64 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -4,6 +4,11 @@
* Development
+- BREAKING: The key convention has been updated. The old key convention is not
+ supported anymore. Keys must now be strings valid according to =key-valid-p=.
+ This changes affects the keys =consult-narrow-key=, =consult-widen-key=,
+ =consult-preview-key= and the =:preview-key= of sources and passed as keyword
+ argument to =consult--read=. See the example configurations in the manual.
- BREAKING: Remove the "." argument from =consult-grep-args= and
=consult-ripgrep-args=, since directories or files to search are appended by
the
command line builder. Take this change into account, when you use a
customized
@@ -21,10 +26,11 @@
* Version 0.32 (2023-02-06)
- Bugfixes
-- Update the key convention. Keys must now be strings valid according to
+- Deprecate the old key convention. Keys must now be strings valid according to
=key-valid-p=. This changes affects the keys =consult-narrow-key=,
=consult-widen-key=, =consult-preview-key= and the =:preview-key= of sources
and
- passed as keyword argument to =consult--read=.
+ passed as keyword argument to =consult--read=. See the example
configurations in
+ the manual.
- Add =consult-info= command (#634, #727).
- =consult-buffer=: Always select the first candidate when narrowing (#714).
- =consult-locate-args=: Remove =--existing=, which is not supported by
=plocate= on
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/consult e6469a790e: Update changelog,
ELPA Syncer <=