Release Notes for 6.70.0
Feature release (minor)
6.70.0
- Total issues resolved: 1
- Total pull requests resolved: 14
- Total contributors: 9
enhancement
- 1558: #1410 improve enum cases lookup performance thanks to @Ocramius
- 1548: Test deprecated constant via
define()thanks to @staabm
enhancement,reflection compatibility
- 1557: Add IS_PROTECTED_SET_COMPATIBILITY modifier with readonly class thanks to @VincentLanglet
- 1556: ReflectionProperty might miss
IS_PROTECTED_SET_COMPATIBILITYmodifier with readonly class thanks to @VincentLanglet
bug,reflection compatibility
- 1555: fix: Pass promoted property default value thanks to @aragon999
- 1552: Fixed
ReflectionClass::getInterfaceClassNames()to include the implicitUnitEnum,BackedEnumandStringablethanks to @kukulich
dependencies,enhancement,renovate
- 1554: Update ramsey/composer-install action to v4 thanks to @renovate[bot]
- 1553: Drop PHP 8.3, update all non-major dependencies thanks to @renovate[bot]
- 1549: Update all non-major dependencies thanks to @renovate[bot]
- 1547: Update dependency phpunit/phpunit to v13 thanks to @renovate[bot]
renovate
- 1551: Lock file maintenance thanks to @renovate[bot]
dependencies,duplicate,enhancement
- 1510: [Demo] Use Infection with native PHPStan integration thanks to @maks-rafalko
- 1505: Try phpstan-mutant-killer-infection-runner thanks to @ondrejmirtes