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.

33 lines
1003 B

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.4] - 2020-10-26
  4. ### Fixed
  5. * `SebastianBergmann\RecursionContext\Exception` now correctly extends `\Throwable`
  6. ## [4.0.3] - 2020-09-28
  7. ### Changed
  8. * [#21](https://github.com/sebastianbergmann/recursion-context/pull/21): Add type annotations for in/out parameters
  9. * Changed PHP version constraint in `composer.json` from `^7.3 || ^8.0` to `>=7.3`
  10. ## [4.0.2] - 2020-06-26
  11. ### Added
  12. * This component is now supported on PHP 8
  13. ## [4.0.1] - 2020-06-15
  14. ### Changed
  15. * Tests etc. are now ignored for archive exports
  16. [4.0.4]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.3...4.0.4
  17. [4.0.3]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.2...4.0.3
  18. [4.0.2]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.1...4.0.2
  19. [4.0.1]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.0...4.0.1