Skip to content

Commit f11e246

Browse files
authored
Merge pull request #495 from PHPCSStandards/feature/changelog-1.0.8
Changelog for PHPCSUtils 1.0.8
2 parents 79abb87 + 3bae295 commit f11e246

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,28 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
1010
_Nothing yet._
1111

1212

13+
## [1.0.8] - 2023-07-17
14+
15+
### Changed
16+
17+
#### PHPCS BackCompat
18+
19+
* `BCFile::getDeclarationName()`: sync with PHPCS 3.8.0 - support for functions called `self`, `parent` or `static` which return by reference. [#494]
20+
21+
#### Other
22+
23+
* Various housekeeping and minor documentation improvements.
24+
25+
### Fixed
26+
27+
#### Fixers
28+
29+
* The [`SpacesFixer`] will no longer throw an (incorrect) exception when the second pointer passed is a comment token and this comment token is the last content in a file. [#493]
30+
31+
[#493]: https://github.com/PHPCSStandards/PHPCSUtils/pull/493
32+
[#494]: https://github.com/PHPCSStandards/PHPCSUtils/pull/494
33+
34+
1335
## [1.0.7] - 2023-07-10
1436

1537
### Changed
@@ -906,6 +928,7 @@ This initial alpha release contains the following utility classes:
906928

907929

908930
[Unreleased]: https://github.com/PHPCSStandards/PHPCSUtils/compare/stable...HEAD
931+
[1.0.8]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.7...1.0.8
909932
[1.0.7]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.6...1.0.7
910933
[1.0.6]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.5...1.0.6
911934
[1.0.5]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.4...1.0.5

0 commit comments

Comments
 (0)