From 08938f422bb724418467ba853dff6b0f60c55935 Mon Sep 17 00:00:00 2001 From: David DE CARVALHO Date: Fri, 14 Apr 2023 23:18:55 +0200 Subject: [PATCH] correction typo CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b97918436..fbde0393c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,14 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- [171](https://github.com/green-code-initiative/ecoCode/issues/171) Add migration mechanism to support "issue re-keying" +- [#171](https://github.com/green-code-initiative/ecoCode/issues/171) Add migration mechanism to support "issue re-keying" ### Changed - [#161](https://github.com/green-code-initiative/ecoCode/pull/161) Remove unnecessary junit dependencies in pom.xml -- [166](https://github.com/green-code-initiative/ecoCode/issues/166) Correction of wrong message of rule EC63 -- [167](https://github.com/green-code-initiative/ecoCode/issues/167) Use same kind for rules across different languages -- [173](https://github.com/green-code-initiative/ecoCode/issues/173) Update issue description of rule EC34 (try-catch) +- [#166](https://github.com/green-code-initiative/ecoCode/issues/166) Correction of wrong message of rule EC63 +- [#167](https://github.com/green-code-initiative/ecoCode/issues/167) Use same kind for rules across different languages +- [#173](https://github.com/green-code-initiative/ecoCode/issues/173) Update issue description of rule EC34 (try-catch) ### Deleted