Skip to content

Commit f84c423

Browse files
committed
Tweaking new version feature for #1225
1 parent 590c5cd commit f84c423

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

book/routing.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,11 @@ This is the goal of the Symfony2 router: to map the URL of a request to a
104104
controller. Along the way, you'll learn all sorts of tricks that make mapping
105105
even the most complex URLs easy.
106106

107-
.. tip::
107+
.. versionadded:: 2.1
108108

109109
As of Symfony 2.1, the Routing component also accepts Unicode values
110110
in routes like: /Жени/
111111

112-
113112
.. index::
114113
single: Routing; Under the hood
115114

components/routing.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,7 @@ automatically in the background if you want to use it. A basic example of the
302302
are saved in the ``cache_dir``. This means your script must have write
303303
permissions for that location.
304304

305-
306-
.. tip::
305+
.. versionadded:: 2.1
307306

308307
As of Symfony 2.1, the Routing component also accepts Unicode values
309308
in routes like this::

0 commit comments

Comments
 (0)