From 25e079a8ca387ff251421c608088e0420892f01c Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Fri, 17 May 2024 10:39:01 -0600 Subject: [PATCH] _ Signed-off-by: Rudi Grinberg --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c612a7b40..75b741ee6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -43,6 +43,11 @@ toggled on, allows display of sytax documentation on hover tooltips. Can be controlled via environment variables and by GUI for VS code. (#1218) +- For completions on labels that the LSP gets from merlin, take into account + whether the prefix being completed starts with `~` or `?`. Change the label + completions that start with `?` to start with `~` when the prefix being + completed starts with `~`. (#1277) + # 1.17.0 ## Fixes