From 8f67e53d3fcaf53105f95cc14f1630493d0fa2e6 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 22 Sep 2025 07:34:00 +0200 Subject: [PATCH] Prepare release --- ChangeLog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 4525837..74033a9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [6.3.1] - 2025-09-22 + +### Changed + +* Suppress `not representable as an int, cast occurred` warning triggered on PHP 8.5 + ## [6.3.0] - 2024-12-05 ### Added @@ -12,4 +18,5 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Optional argument for `shortenedRecursiveExport()` and `shortenedExport()` to control maximum string length +[6.3.1]: https://github.com/sebastianbergmann/exporter/compare/6.3.0...6.3.1 [6.3.0]: https://github.com/sebastianbergmann/exporter/compare/6.2.0...6.3.0