From ea1a71c72e2270546bad6d8ecd610d43ff3190fe Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 18 Jun 2024 13:19:28 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index c45b005..135a379 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,11 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt ## [6.1.2] - 2024-MM-DD +### Changed + +* [#64](https://github.com/sebastianbergmann/exporter/pull/64): Improve performance of `Exporter::exportString()` +* [#65](https://github.com/sebastianbergmann/exporter/pull/65): Prevent unnecessary calls to `str_repeat()` + ### Fixed * [#62](https://github.com/sebastianbergmann/exporter/issues/62): Do not limit export of arrays by default (to restore BC with versions prior to 6.1.0)