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 9de2cc1

Browse filesBrowse files
committed
add changelog entry to 7.3
1 parent 093fce4 commit 9de2cc1
Copy full SHA for 9de2cc1

File tree

3 files changed

+21
-1
lines changed
Filter options

3 files changed

+21
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
CHANGELOG
22
=========
33

4+
7.3
5+
---
6+
7+
* Allow aliases in `#[Route]` attribute
8+
49
7.2
510
---
611

7-
* Add aliases in the Route attribute
812
* Add the `Requirement::UID_RFC9562` constant to validate UUIDs in the RFC 9562 format
913
* Deprecate the `AttributeClassLoader::$routeAnnotationClass` property
1014

+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Symfony\Component\Routing\Tests\Fixtures\AttributeFixtures;
4+
5+
class AliasClassController
6+
{
7+
8+
}
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Symfony\Component\Routing\Tests\Fixtures\AttributeFixtures;
4+
5+
class AliasInvokableController
6+
{
7+
8+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.