From 3b882663d9b2d1aef084ffd53de903195d1b7e61 Mon Sep 17 00:00:00 2001 From: Baptiste Leduc Date: Fri, 8 Mar 2024 15:15:31 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad13b3b..1945d738 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - [GH#33](https://github.com/jolicode/automapper/pull/33) Allow usage of imported class names in custom transformers +- [GH#45](https://github.com/jolicode/automapper/pull/45) Fix composer.lock for phpstan and php-cs-fixer tooling ### Changed - [GH#27](https://github.com/jolicode/automapper/pull/27) Use PhpStanExtractor instead of PhpDocExtractor