init CHANGELOG for 0.4.11

This commit is contained in:
Tomas Votruba 2019-04-13 15:16:49 +02:00
parent 92ad5df0fd
commit 1923df1b4c
2 changed files with 31 additions and 0 deletions

View File

@ -8,3 +8,31 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
PRs and issues are linked, so you can find more about it. Thanks to [ChangelogLinker](https://github.com/Symplify/ChangelogLinker).
<!-- changelog-linker -->
## Unreleased
### Added
- [#1302] [Symfony 4.3] Add `SimplifyWebTestCaseAssertionsRector`
- [#1311] [CodingStyle] Add `SplitGroupedConstantsAndPropertiesRector`
- [#1301] [PHPUnit] Add `RemoveExpectAnyFromMockRector`
- [#1304] [SOLID] Add `PrivatizeLocalClassConstantRector`
- [#1303] [SOLID] Add `FinalizeClassesWithoutChildrenRector`
- [#1302] [Symfony 4.3] Add `SimplifyWebTestCaseAssertionsRector`
### Changed
- [#1314] rename `Attribute` to `AttributeKey` to prevent duplicated names with other projects
### Fixed
- [#1305] [Symfony 3.0] Fix wrong indentation in symfony30.yaml, Thanks to [@Dodenis]
[#1302]: https://github.com/rectorphp/rector/pull/1302
[#1314]: https://github.com/rectorphp/rector/pull/1314
[#1311]: https://github.com/rectorphp/rector/pull/1311
[#1305]: https://github.com/rectorphp/rector/pull/1305
[#1304]: https://github.com/rectorphp/rector/pull/1304
[#1303]: https://github.com/rectorphp/rector/pull/1303
[#1301]: https://github.com/rectorphp/rector/pull/1301
[@Dodenis]: https://github.com/Dodenis

3
changelog-linker.yaml Normal file
View File

@ -0,0 +1,3 @@
# see https://github.com/symplify/changelogLinker#3-can-i-thank-my-contributors
parameters:
authors_to_ignore: ['TomasVotruba']