Skip to content

Commit 1eba985

Browse files
committed
Fix comments
1 parent 33ed234 commit 1eba985

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
2.4.0
5+
-----
6+
7+
* [BC BREAK] The `@Route` annotation and all its children no longer extend SensioFrameworkExtraBundle's annotation.
8+
The main effect is that `@Route::$service` is no longer available.
9+
410
2.3.1
511
-----
612

Resources/doc/annotations-reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ Example syntax:
128128
* @Route("", condition="context.getMethod() in ['GET', 'HEAD'] and request.headers.get('User-Agent') matches '/firefox/i'")
129129
*/
130130
131-
.. _`@Route Symfony annotation`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/routing.html
131+
.. _`@Route Symfony annotation`: https://symfony.com/doc/current/routing.html
132132
.. _`Routing Conditions`: http://symfony.com/doc/current/book/routing.html#book-routing-conditions

0 commit comments

Comments
 (0)