summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-12-07 22:54:14 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-12-07 22:55:20 +0100
commitcea3f38e4b13e4ab53efd0bacd896000d66be2b3 (patch)
treea3aef045f670cab49aeac1c9cb55fe8dd1444a9e /CHANGELOG.org
parent7ea1e4209b46a5d7720ed4506ec9906399fbfc48 (diff)
Update changelog
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index f4733e6..b04d6d4 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -2,6 +2,16 @@
#+author: Daniel Mendler
#+language: en
+* Development
+
+- Deduplicate candidates with respect to ~equal-including-properties~, such that
+ backends can provide equal candidate strings, which only differ in their text
+ properties and annotations.
+- Ensure that the string passed to the ~:exit-function~ retains the candidate
+ properties, when possible. The properties are guaranteed to exist when a
+ candidate is selected explicitly, but may be missing when candidates are
+ completed in a stepwise manner.
+
* Version 1.0 (2023-12-01)
- Bug fixes.