Skip to content

Commit a1a7df2

Browse files
committed
changelog
1 parent bb7075e commit a1a7df2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [7.2.1] - 2021-10-07
8+
### Fixed
9+
- Changed default php-cs-fixer configuration to remove blank lines after class opening, according to PSR12 (`no_blank_lines_after_class_opening`)
10+
711
## [7.2.0] - 2021-09-24
812
### Removed
913
- Remove virtual package dependency (psr/http-client-implementation)
1014

1115
## [7.1.1] - 2021-09-09
1216
### Fixed
13-
- Changed default php-cs-fixer configuration to add blank line after opening tag, according to PSR12
17+
- Changed default php-cs-fixer configuration to add blank line after opening tag, according to PSR12 (`blank_line_after_opening_tag`)
1418

1519
## [7.1.0] - 2021-08-30
1620
### Added

0 commit comments

Comments
 (0)