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
174
174
been made in Symfony, you should precede your description of the change with
175
175
the corresponding directive and a short description:
176
176
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 ``
178
178
directive:
179
179
180
180
.. code-block :: rst
181
181
182
- .. versionadded:: 5 .2
182
+ .. versionadded:: 6 .2
183
183
184
- ... ... ... was introduced in Symfony 5 .2.
184
+ ... ... ... was introduced in Symfony 6 .2.
185
185
186
186
If you are documenting a behavior change, it may be helpful to *briefly *
187
187
describe how the behavior has changed:
188
188
189
189
.. code-block :: rst
190
190
191
- .. versionadded:: 5 .2
191
+ .. versionadded:: 6 .2
192
192
193
- ... ... ... was introduced in Symfony 5 .2. Prior to this,
193
+ ... ... ... was introduced in Symfony 6 .2. Prior to this,
194
194
... ... ... ... ... ... ... ... .
195
195
196
- For a deprecation use the ``.. deprecated:: 5 .x `` directive:
196
+ For a deprecation use the ``.. deprecated:: 6 .x `` directive:
197
197
198
198
.. code-block :: rst
199
199
200
- .. deprecated:: 5 .2
200
+ .. deprecated:: 6 .2
201
201
202
- ... ... ... was deprecated in Symfony 5 .2.
202
+ ... ... ... was deprecated in Symfony 6 .2.
203
203
204
204
Whenever a new major version of Symfony is released (e.g. 6.0, 7.0, etc),
205
205
a new branch of the documentation is created from the ``master `` branch.
You can’t perform that action at this time.
0 commit comments