diff --git a/analysis/CHANGELOG.md b/analysis/CHANGELOG.md index 54ee027677..c5f3626d43 100644 --- a/analysis/CHANGELOG.md +++ b/analysis/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/) ### Added 🚀 - Add a new `--rename-mcc` flag to the StructureModifier that can be used to change the name of the mcc metric to complexity or sonar_complexity [#3728](https://github.com/MaibornWolff/codecharta/pull/3728) +- Add a pre-check function before merging non-overlapping modules [#3745](https://github.com/MaibornWolff/codecharta/pull/3745) ### Changed