From cf943a904fe518691e58a23f3b6015ce21eecc9b Mon Sep 17 00:00:00 2001 From: Josimar Silva Date: Thu, 11 Jan 2024 10:41:17 +0100 Subject: [PATCH] docs: add changes to CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ad3caa..8e7ba82d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- Added support to exclude specific import namespaces on the `UnnecessaryImportRule` ([#55](https://github.com/FRI-DAY/sonar-gosu-plugin/pull/88)). + +### Fixed +- Fixed exception throw by `UnnecessaryImportRule` when analysing Gosu files with wildcard imports ([#54](https://github.com/FRI-DAY/sonar-gosu-plugin/pull/97)). + ### Removed - Removed deprecated `DuplicatedBlocks` rule from built-in profile [(#70)](https://github.com/FRI-DAY/sonar-gosu-plugin/pull/70).