From 24e0a8b0ab636f3bd61634a524f005a3265a1404 Mon Sep 17 00:00:00 2001 From: Baptiste Leduc Date: Tue, 26 Sep 2023 15:09:57 +0200 Subject: [PATCH] Fix CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea19d22..848c962e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [8.0.0] - 2023-09-26 ### Changed - Modernization, PHP 8.2 and typed properties everywhere +- [GH#1](https://github.com/jolicode/automapper/pull/1) Better private properties handling ### Fixed - [GH#753](https://github.com/janephp/janephp/pull/753) Fix: AutoMapper should accept getters with default properties