From 00d697307b9692c12665c470a5ee9aa1d366fa25 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Sat, 28 Oct 2023 13:52:58 -0400 Subject: [PATCH] Changelog for v0.4.19 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a7508..0f52365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.19] - 28.10.2023 + +### Fixed +* [Add default for WorkspaceSymbolResolve](https://github.com/ionide/LanguageServerProtocol/pull/56) (thanks @nojaf) +* [Fix crashing on json serialization](https://github.com/ionide/LanguageServerProtocol/pull/55) (thanks @TheAngryByrd) + ## [0.4.18] - 22.10.2023 ### Changed