File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
contributing/documentation Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -174,32 +174,32 @@ If you are documenting a brand new feature, a change or a deprecation that's
174174been made in Symfony, you should precede your description of the change with
175175the corresponding directive and a short description:
176176
177- For a new feature or a behavior change use the ``.. versionadded:: 5 .x ``
177+ For a new feature or a behavior change use the ``.. versionadded:: 6 .x ``
178178directive:
179179
180180.. code-block :: rst
181181
182- .. versionadded:: 5 .2
182+ .. versionadded:: 6 .2
183183
184- ... ... ... was introduced in Symfony 5 .2.
184+ ... ... ... was introduced in Symfony 6 .2.
185185
186186 If you are documenting a behavior change, it may be helpful to *briefly *
187187describe how the behavior has changed:
188188
189189.. code-block :: rst
190190
191- .. versionadded:: 5 .2
191+ .. versionadded:: 6 .2
192192
193- ... ... ... was introduced in Symfony 5 .2. Prior to this,
193+ ... ... ... was introduced in Symfony 6 .2. Prior to this,
194194 ... ... ... ... ... ... ... ... .
195195
196- For a deprecation use the ``.. deprecated:: 5 .x `` directive:
196+ For a deprecation use the ``.. deprecated:: 6 .x `` directive:
197197
198198.. code-block :: rst
199199
200- .. deprecated:: 5 .2
200+ .. deprecated:: 6 .2
201201
202- ... ... ... was deprecated in Symfony 5 .2.
202+ ... ... ... was deprecated in Symfony 6 .2.
203203
204204 Whenever a new major version of Symfony is released (e.g. 6.0, 7.0, etc),
205205a new branch of the documentation is created from the ``master `` branch.
You can’t perform that action at this time.
0 commit comments