Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 163a2ab

Browse filesBrowse 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
Copy full SHA for 163a2ab

File tree

Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed

‎src/Symfony/Component/DependencyInjection/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/CHANGELOG.md
+1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/CHANGELOG.md
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.