From 56fade6d6628d240eca3c4447c21bb3576326a92 Mon Sep 17 00:00:00 2001 From: Baptiste Leduc Date: Mon, 11 Mar 2024 11:08:15 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a1aa13..b1148474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - [GH#27](https://github.com/jolicode/automapper/pull/27) Use PhpStanExtractor instead of PhpDocExtractor - [GH#35](https://github.com/jolicode/automapper/pull/35) Refactoring Mapper Generator +- [GH#47](https://github.com/jolicode/automapper/pull/47) Use directly the custom transformer instead of extracting it as a callback +- [GH#48](https://github.com/jolicode/automapper/pull/48) Change the way transformer factory are injected to make it work as soon as automapper is created ### Fixed - [GH#33](https://github.com/jolicode/automapper/pull/33) Allow usage of imported class names in custom transformers