From 92924b6e36a91ce323b7f8eddfe20def4173e6e5 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Thu, 17 Dec 2020 17:57:33 -0800 Subject: [PATCH] Prepare 1.4.0 Signed-off-by: Rudi Grinberg --- CHANGES.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b026b0a7e..7a2f9c81e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,14 @@ -# Unreleased +# 1.4.0 (12/17/2020) ## Features +- Support cancellation notifications when possible. (#323) + - Implement signature help request for functions (#324) +- Server LSP requests & notifications concurrently. Requests that require merlin + are still serialized. (#330) + # 1.3.0 (11/23/2020) ## Features