Skip to content

Commit e05ea16

Browse files
authored
Merge pull request #136 from localheinz/fix/changelog
Fix: Changelog
2 parents 27bac8c + 1a758ea commit e05ea16

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
For a full diff see [`0.12.2...master`](https://github.com/localheinz/phpstan-rules/compare/0.12.2...master).
9+
For a full diff see [`0.13.0...master`](https://github.com/localheinz/phpstan-rules/compare/0.13.0...master).
10+
11+
## [`0.13.0`](https://github.com/localheinz/phpstan-rules/releases/tag/0.13.0)
12+
13+
For a full diff see [`0.12.2...0.13.0`](https://github.com/localheinz/phpstan-rules/compare/0.12.2...0.13.0).
14+
15+
### Added
16+
17+
* Added `Methods\PrivateInFinalClassRule` which reports an error when a method in a `final` class is `protected` when it could be `private` ([#126](https://github.com/localheinz/phpstan-rules/pull/126)), by [@localheinz](https://github.com/localheinz)
1018

1119
## [`0.12.2`](https://github.com/localheinz/phpstan-rules/releases/tag/0.12.2)
1220

13-
For a full diff see [`0.12.0...0.12.1`](https://github.com/localheinz/phpstan-rules/compare/0.12.1...0.12.2).
21+
For a full diff see [`0.12.1...0.12.2`](https://github.com/localheinz/phpstan-rules/compare/0.12.1...0.12.2).
1422

1523
### Fixed
1624

1725
* Started ignoring interfaces from analysis by `Methods\FinalInAbstractClassRule` to avoid inappropriate errors ([#132](https://github.com/localheinz/phpstan-rules/pull/132)), by [@localheinz](https://github.com/localheinz)
1826

19-
### Added
20-
21-
* Added `Methods\FinalInAbstractClassRule`, which reports an error when a method in a `final` class is `protected` but could be `private` ([#125](https://github.com/localheinz/phpstan-rules/pull/125)), by [@localheinz](https://github.com/localheinz)
22-
2327
## [`0.12.1`](https://github.com/localheinz/phpstan-rules/releases/tag/0.12.1)
2428

2529
For a full diff see [`0.12.0...0.12.1`](https://github.com/localheinz/phpstan-rules/compare/0.12.0...0.12.1).

0 commit comments

Comments
 (0)