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.

54 lines
1.6 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. ## [3.0.3] - 2020-09-28
  4. ### Changed
  5. * Changed PHP version constraint in `composer.json` from `^7.3 || ^8.0` to `>=7.3`
  6. ## [3.0.2] - 2020-06-26
  7. ### Added
  8. * This component is now supported on PHP 8
  9. ## [3.0.1] - 2020-06-15
  10. ### Changed
  11. * Tests etc. are now ignored for archive exports
  12. ## [3.0.0] - 2020-02-07
  13. ### Removed
  14. * This component is no longer supported on PHP 7.1 and PHP 7.2
  15. ## [2.0.1] - 2018-10-04
  16. ### Fixed
  17. * Functions and methods with nullable parameters of type `resource` are now also considered
  18. ## [2.0.0] - 2018-09-27
  19. ### Changed
  20. * [FunctionSignatureMap.php](https://raw.githubusercontent.com/phan/phan/master/src/Phan/Language/Internal/FunctionSignatureMap.php) from `phan/phan` is now used instead of [arginfo.php](https://raw.githubusercontent.com/rlerdorf/phan/master/includes/arginfo.php) from `rlerdorf/phan`
  21. ### Removed
  22. * This component is no longer supported on PHP 5.6 and PHP 7.0
  23. ## 1.0.0 - 2015-07-28
  24. * Initial release
  25. [3.0.3]: https://github.com/sebastianbergmann/comparator/resource-operations/3.0.2...3.0.3
  26. [3.0.2]: https://github.com/sebastianbergmann/comparator/resource-operations/3.0.1...3.0.2
  27. [3.0.1]: https://github.com/sebastianbergmann/comparator/resource-operations/3.0.0...3.0.1
  28. [3.0.0]: https://github.com/sebastianbergmann/comparator/resource-operations/2.0.1...3.0.0
  29. [2.0.1]: https://github.com/sebastianbergmann/comparator/resource-operations/2.0.0...2.0.1
  30. [2.0.0]: https://github.com/sebastianbergmann/comparator/resource-operations/1.0.0...2.0.0