Update ChangeLog
This commit is contained in:
parent
d04fbb0ae5
commit
afcdc8f120
11
ChangeLog.md
11
ChangeLog.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue