From b7e6e5c810bbb212905bd8cbaf3ac6d97cb1ccdb Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Tue, 3 Jan 2023 23:35:05 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41244902..d49b73c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,13 @@ and this project adheres to [Semantic Versioning][semver]. ### Changed ### Fixed - - Fix progress example in json extension. ([#230]) + - Fix progress example in json extension. ([#230]) + - Fix `AttributeErrors` in `get_configuration_async`, `get_configuration_callback`, `get_configuration_threaded` commands in json extension. ([#307]) + - Fix type annotations for `get_configuration_async` and `get_configuration` methods on `LanguageServer` and `LanguageServerProtocol` objects ([#307]) [#230]: https://github.com/openlawlibrary/pygls/issues/230 +[#307]: https://github.com/openlawlibrary/pygls/issues/307 + ## [1.0.0] - 2/12/2022 ### Changed