From 142f0fbcbc9e5b6cc6714744a26b025dbcd9dfe9 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 31 Mar 2024 13:45:49 +0200 Subject: [PATCH] Simplify --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 6eb49eb..97f1d23 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,7 +6,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt ### Added -* [#56](https://github.com/sebastianbergmann/exporter/pull/56): The export of objects can now be customized using a chain of (see `ObjectExporterChain`) `ObjectExporter` objects +* [#56](https://github.com/sebastianbergmann/exporter/pull/56): The export of objects can now be customized using `ObjectExporter` objects ## [6.0.1] - 2024-03-02