You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.1 KiB

3 years ago
  1. # ChangeLog
  2. All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
  3. ## [4.0.3] - 2020-09-28
  4. ### Changed
  5. * Changed PHP version constraint in `composer.json` from `^7.3 || ^8.0` to `>=7.3`
  6. ## [4.0.2] - 2020-06-26
  7. ### Added
  8. * This component is now supported on PHP 8
  9. ## [4.0.1] - 2020-06-15
  10. ### Changed
  11. * Tests etc. are now ignored for archive exports
  12. ## [4.0.0] - 2020-02-07
  13. ### Removed
  14. * This component is no longer supported on PHP 7.0, PHP 7.1, and PHP 7.2
  15. ## [3.1.2] - 2019-09-14
  16. ### Fixed
  17. * Fixed [#29](https://github.com/sebastianbergmann/exporter/pull/29): Second parameter for `str_repeat()` must be an integer
  18. ### Removed
  19. * Remove HHVM-specific code that is no longer needed
  20. [4.0.3]: https://github.com/sebastianbergmann/exporter/compare/4.0.2...4.0.3
  21. [4.0.2]: https://github.com/sebastianbergmann/exporter/compare/4.0.1...4.0.2
  22. [4.0.1]: https://github.com/sebastianbergmann/exporter/compare/4.0.0...4.0.1
  23. [4.0.0]: https://github.com/sebastianbergmann/exporter/compare/3.1.2...4.0.0
  24. [3.1.2]: https://github.com/sebastianbergmann/exporter/compare/3.1.1...3.1.2