Skip to content

Commit a1ff522

Browse files
authored
Merge pull request #204 from PHPCSStandards/feature/changelog-1.0.1
Changelog for PHPCSExtra 1.0.1
2 parents 936d574 + e1791d5 commit a1ff522

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
1515
_Nothing yet._
1616

1717

18+
## [1.0.1] - 2023-01-05
19+
20+
### Fixed
21+
22+
#### Universal
23+
24+
* `Universal.CodeAnalysis.ConstructorDestructorReturn`: fixed false positive for return statements in nested functions/closures declared within constructor/destructor methods. Thanks [@anomiex] for reporting! [#201], [#202]
25+
26+
[#201]: https://github.com/PHPCSStandards/PHPCSExtra/issues/201
27+
[#202]: https://github.com/PHPCSStandards/PHPCSExtra/pull/202
28+
29+
1830
## [1.0.0] - 2023-01-04
1931

2032
:warning: Important: this package now requires [PHPCSUtils 1.0.0]. Please make sure you use `--with-[all-]dependencies` when running `composer update`. :exclamation:
@@ -375,10 +387,12 @@ This initial alpha release contains the following sniffs:
375387
[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer
376388

377389
[Unreleased]: https://github.com/PHPCSStandards/PHPCSExtra/compare/stable...HEAD
390+
[1.0.1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.0...1.0.1
378391
[1.0.0]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.0-rc1...1.0.0
379392
[1.0.0-RC1]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.0-alpha3...1.0.0-rc1
380393
[1.0.0-alpha3]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.0-alpha2...1.0.0-alpha3
381394
[1.0.0-alpha2]: https://github.com/PHPCSStandards/PHPCSExtra/compare/1.0.0-alpha1...1.0.0-alpha2
382395

396+
[@anomiex]: https://github.com/anomiex
383397
[@derickr]: https://github.com/derickr
384398
[@GaryJones]: https://github.com/GaryJones

0 commit comments

Comments
 (0)