Update ChangeLog

This commit is contained in:
Sebastian Bergmann 2024-12-05 09:38:26 +01:00
parent 167fe26aa2
commit fa53699167
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
### Changed
* [#69](https://github.com/sebastianbergmann/exporter/pull/69): Do not initialize lazy objects during export
### Changed
* [#66](https://github.com/sebastianbergmann/exporter/pull/66): Avoid using the Reflection API for some classes
* This project now uses PHPStan instead of Psalm for static analysis