diff --git a/ChangeLog.md b/ChangeLog.md index b305c2b..d511c33 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. +## [8.0.3] - 2026-05-20 + +### Fixed + +* [#90](https://github.com/sebastianbergmann/exporter/issues/90): `Exporter::toArray()` silently drops a private property that is redeclared in a derived class + ## [8.0.2] - 2026-04-15 * [#74](https://github.com/sebastianbergmann/exporter/pull/74): Int cast warning when exporting large floats @@ -42,6 +48,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * This component is no longer supported on PHP 8.2 +[8.0.3]: https://github.com/sebastianbergmann/exporter/compare/8.0.2...8.0.3 [8.0.2]: https://github.com/sebastianbergmann/exporter/compare/8.0.1...8.0.2 [8.0.1]: https://github.com/sebastianbergmann/exporter/compare/8.0.0...8.0.1 [8.0.0]: https://github.com/sebastianbergmann/exporter/compare/7.0...8.0.0