You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
8
9
+
## 2.0.0 - 2021-06-30
10
+
11
+
### Added
12
+
13
+
* Check format of union type hints on PHP 8, using `SlevomatCodingStandard.TypeHints.UnionTypeHintFormat`.
14
+
15
+
### Changed
16
+
17
+
* Upgrade to slevomat/coding-standard version 7.
18
+
19
+
This may require downstream changes, since some Slevomat sniffs have BC breaks. This is why ramsey/coding-standard is bumping to version 2.0.0 for this change.
20
+
21
+
See the [Slevomat changelog for 7.0.0](https://github.com/slevomat/coding-standard/releases/tag/7.0.0) for details.
0 commit comments