Update ChangeLog

This commit is contained in:
Sebastian Bergmann 2024-06-18 08:04:37 +02:00
parent d04fbb0ae5
commit afcdc8f120
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
1 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,16 @@
All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
## [6.1.0] - 2024-MM-DD
### Added
* [#59](https://github.com/sebastianbergmann/exporter/pull/59): Option to limit export of (large) arrays (to speed up PHPUnit)
### Changed
* [#60](https://github.com/sebastianbergmann/exporter/pull/60): Take shortcut when exporting a string
## [6.0.3] - 2024-06-17
### Fixed
@ -124,6 +134,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
* Remove HHVM-specific code that is no longer needed
[6.1.0]: https://github.com/sebastianbergmann/exporter/compare/6.0.3...main
[6.0.3]: https://github.com/sebastianbergmann/exporter/compare/fe0dca49a60d34440e2f086951952dd13aa9a5d2...6.0.3
[6.0.2]: https://github.com/sebastianbergmann/exporter/compare/6.0.1...fe0dca49a60d34440e2f086951952dd13aa9a5d2
[6.0.1]: https://github.com/sebastianbergmann/exporter/compare/6.0.0...6.0.1