Skip to content

[RFC][Proof PR] use "deprecated" and "versionchanged" directives #11154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/encore/simple-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ If you're *not* using Symfony, you can ignore the ``entrypoints.json`` file and
point to the final, built file directly. ``entrypoints.json`` is only required for
some optional features.

.. versionadded:: 0.21.0
.. versionchanged:: 0.21.0

The ``encore_entry_link_tags()`` comes from WebpackEncoreBundle and relies
on a feature in Encore that was first introduced in version 0.21.0. Previously,
Expand Down
2 changes: 1 addition & 1 deletion security/acl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
How to Use Access Control Lists (ACLs)
======================================

.. versionadded:: 3.4
.. deprecated:: 3.4

ACL support was deprecated in Symfony 3.4 and will be removed in 4.0. Install
the `Symfony ACL bundle`_ if you want to keep using ACL.
Expand Down