From af3f31813ce5f7f355a52d9f2ba54d40cb483642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Wed, 14 Dec 2022 11:58:18 +0900 Subject: [PATCH] Changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b960e0f..41244902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning][semver]. ### Changed ### Fixed + - Fix progress example in json extension. ([#230]) + +[#230]: https://github.com/openlawlibrary/pygls/issues/230 + ## [1.0.0] - 2/12/2022 ### Changed BREAKING CHANGE: Replaced `pydantic` with [`lsprotocol`](https://github.com/microsoft/lsprotocol)