Skip to content

Commit 253325d

Browse files
committed
Fix CHANGELOG
1 parent 33fa4aa commit 253325d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- [GH#183](https://github.com/jolicode/automapper/pull/183) Ability to change reload strategy from AutoMapper::create()
1212
- [GH#193](https://github.com/jolicode/automapper/pull/193) add icon to symfony profiler
1313

14+
### Changed
15+
- [GH#186](https://github.com/jolicode/automapper/pull/186) Optimize creation from constructor
16+
1417
### Fixed
1518
- [GH#184](https://github.com/jolicode/automapper/pull/184) Fix error when mapping from stdClass to constructor with nullable/optional arguments
1619
- [GH#185](https://github.com/jolicode/automapper/pull/185) Fix constructor with default parameter array does not work with constructor_arguments context
1720
- [GH#187](https://github.com/jolicode/automapper/pull/187) Fix regression after [GH#184](https://github.com/jolicode/automapper/pull/184)
1821
- [GH#192](https://github.com/jolicode/automapper/pull/192) Fix source and context not passed to callable transformer
1922

20-
### Changed
21-
- [GH#186](https://github.com/jolicode/automapper/pull/186) Optimize creation from constructor
22-
2323
## [9.1.2] - 2024-09-03
2424
### Fixed
2525
- [GH#174](https://github.com/jolicode/automapper/pull/174) Fix race condition when writing generated mappers

0 commit comments

Comments
 (0)