From 3cce8774642c1c9fcb87e251a91818bc0353b834 Mon Sep 17 00:00:00 2001 From: Fendor Date: Sun, 13 Nov 2022 20:03:36 +0100 Subject: [PATCH] Add proper CHANGELOG entry for the first version of hls-cabal-plugin --- plugins/hls-cabal-plugin/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/hls-cabal-plugin/CHANGELOG.md b/plugins/hls-cabal-plugin/CHANGELOG.md index cfebb241bbd..809439f0a81 100644 --- a/plugins/hls-cabal-plugin/CHANGELOG.md +++ b/plugins/hls-cabal-plugin/CHANGELOG.md @@ -2,4 +2,5 @@ ## 0.1.0.0 -- YYYY-mm-dd -* First version. Released on an unsuspecting world. +* Provide Diagnostics on parse errors and warnings for .cabal files +* Provide CodeAction for the common SPDX License mistake "BSD3" instead of "BSD-3-Clause"