From 7d42ecd8d69eb33d905b04981d54752e895a7056 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Sun, 27 Mar 2022 01:18:16 -0500 Subject: [PATCH] Fix section that was misplaced in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8925ef9f..857d9e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,14 +11,14 @@ In this release 2 pull requests were closed. ---- +## Version 1.4.0 (2022/03/11) + ### New features * Support pycodestyle indent-size option * Add `DiagnosticTag` constants from LSP 3.15 * Drop support for Python 3.6 -## Version 1.4.0 (2022/03/11) - ### Issues Closed * [Issue 153](https://github.com/python-lsp/python-lsp-server/issues/153) - Plugin crash crashes whole diagnostic ([PR 158](https://github.com/python-lsp/python-lsp-server/pull/158) by [@ccordoba12](https://github.com/ccordoba12))