From fa53699167338ea25844de44cecbb04448012b28 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 5 Dec 2024 09:38:26 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index eb9afc8..0f7aeb7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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