update CHANGELOG

This commit is contained in:
Tomas Votruba 2019-04-14 01:10:57 +02:00
parent b31b99a3ae
commit 655a3b4568

View File

@ -13,6 +13,8 @@ PRs and issues are linked, so you can find more about it. Thanks to [ChangelogLi
### Added
- [#1317] Add Changelog
- [#1302] [Symfony 4.3] Add SimplifyWebTestCaseAssertionsRector
- [#1302] [Symfony 4.3] Add `SimplifyWebTestCaseAssertionsRector`
- [#1311] [CodingStyle] Add `SplitGroupedConstantsAndPropertiesRector`
- [#1301] [PHPUnit] Add `RemoveExpectAnyFromMockRector`
@ -23,6 +25,8 @@ PRs and issues are linked, so you can find more about it. Thanks to [ChangelogLi
### Changed
- [#1314] rename `Attribute` to `AttributeKey` to prevent duplicated names with other projects
- [#1318] Update reference to drupal8-rector/drupal8-rector, Thanks to [@mxr576]
- [#1316] Merge collected nodes to ParsedNodesByType
### Fixed
@ -36,3 +40,7 @@ PRs and issues are linked, so you can find more about it. Thanks to [ChangelogLi
[#1303]: https://github.com/rectorphp/rector/pull/1303
[#1301]: https://github.com/rectorphp/rector/pull/1301
[@Dodenis]: https://github.com/Dodenis
[#1318]: https://github.com/rectorphp/rector/pull/1318
[#1317]: https://github.com/rectorphp/rector/pull/1317
[#1316]: https://github.com/rectorphp/rector/pull/1316
[@mxr576]: https://github.com/mxr576