From c63b634c2b7116d690a0b546461f17052dfa294c Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Sun, 29 Oct 2023 15:00:08 -0400 Subject: [PATCH] changelog for v0.4.21 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85fcd83..30c4e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.21] - 29.10.2023 + +### Fixed +* [Fix WorkDoneProgressCancel arguments](https://github.com/ionide/LanguageServerProtocol/pull/58) (thanks @TheAngryByrd) + ## [0.4.20] - 28.10.2023 ### Changed