From d4b6d7d9fafb4ff7a6a9a71f449190c979022a94 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Mon, 20 May 2024 12:52:22 -0600 Subject: [PATCH] _ Signed-off-by: Rudi Grinberg --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index aefc5f24c..8ae91ffbf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -31,6 +31,13 @@ - Introduce a `destruct-line` code action. This is an improved version of the old `destruct` code action. (#1283) +- Improve signature inference to only include types for elements that were + absent from the signature. Previously, all signature items would always be + inserted. (#1289) + +- Add an `update-signature` code action to update the types of elements that + were already present in the signature (#1289) + ## Fixes - Detect document kind by looking at merlin's `suffixes` config.