From 7365085490731c7fdd67310ebd5c9eb35c57e5e8 Mon Sep 17 00:00:00 2001 From: Josimar Silva Date: Fri, 12 Jan 2024 15:30:08 +0100 Subject: [PATCH] docs: update CHANGELOG.md with missing changes on v1.2.2 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6271b2e..0827731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed exception throw by `UnnecessaryImportRule` when analysing Gosu files with wildcard imports ([#54](https://github.com/FRI-DAY/sonar-gosu-plugin/pull/97)). +- Fixed ignored `@SuppressWarnings` on enhancements ([#83](https://github.com/FRI-DAY/sonar-gosu-plugin/pull/83)). +- Fixed unnecessary imports been highlighted on the wrong line ([#87](https://github.com/FRI-DAY/sonar-gosu-plugin/pull/87)). ### Removed - Removed deprecated `DuplicatedBlocks` rule from built-in profile [(#70)](https://github.com/FRI-DAY/sonar-gosu-plugin/pull/70).