Skip to content

Commit 163a2ab

Browse files
minor #38232 Added missing changelog entries (derrabus)
This PR was merged into the 5.2-dev branch. Discussion ---------- Added missing changelog entries | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | #37545 #37474 | License | MIT | Doc PR | N/A I've added the missing changelog entries for the two tickets above. Commits ------- 14642fb Added missing changelog entries.
2 parents d6e2c5e + 14642fb commit 163a2ab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Symfony/Component/DependencyInjection/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CHANGELOG
66

77
* added `param()` and `abstract_arg()` in the PHP-DSL
88
* deprecated `Definition::setPrivate()` and `Alias::setPrivate()`, use `setPublic()` instead
9+
* added support for the `#[Required]` attribute
910

1011
5.1.0
1112
-----

src/Symfony/Component/Routing/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CHANGELOG
66

77
* Added support for inline definition of requirements and defaults for host
88
* Added support for `\A` and `\z` as regex start and end for route requirement
9+
* Added support for `#[Route]` attributes
910

1011
5.1.0
1112
-----

0 commit comments

Comments
 (0)