Skip to content

Commit 14642fb

Browse files
committed
Added missing changelog entries.
1 parent d6e2c5e commit 14642fb

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)