From 0610a500158855827712c3b604d0559a18d04953 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 5 Dec 2024 09:46:36 +0100 Subject: [PATCH] Fix --- ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 47f8268..a8aebd7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -8,12 +8,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * [#67](https://github.com/sebastianbergmann/exporter/issues/67): Optional argument for `shortenedExport()` to control maximum string length -## [6.1.3] - 2024-07-03 - ### Changed * [#69](https://github.com/sebastianbergmann/exporter/pull/69): Do not initialize lazy objects during export +## [6.1.3] - 2024-07-03 + ### Changed * [#66](https://github.com/sebastianbergmann/exporter/pull/66): Avoid using the Reflection API for some classes