File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,11 @@ This is the goal of the Symfony2 router: to map the URL of a request to a
104
104
controller. Along the way, you'll learn all sorts of tricks that make mapping
105
105
even the most complex URLs easy.
106
106
107
- .. tip ::
107
+ .. versionadded :: 2.1
108
108
109
109
As of Symfony 2.1, the Routing component also accepts Unicode values
110
110
in routes like: /Жени/
111
111
112
-
113
112
.. index ::
114
113
single: Routing; Under the hood
115
114
Original file line number Diff line number Diff line change @@ -302,8 +302,7 @@ automatically in the background if you want to use it. A basic example of the
302
302
are saved in the ``cache_dir ``. This means your script must have write
303
303
permissions for that location.
304
304
305
-
306
- .. tip ::
305
+ .. versionadded :: 2.1
307
306
308
307
As of Symfony 2.1, the Routing component also accepts Unicode values
309
308
in routes like this::
You can’t perform that action at this time.
0 commit comments