diff --git a/frontend/encore/simple-example.rst b/frontend/encore/simple-example.rst index 2471f2d77bc..6b5814dab98 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -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, diff --git a/security/acl.rst b/security/acl.rst index 9eac8a9a3d3..50360d02a0d 100644 --- a/security/acl.rst +++ b/security/acl.rst @@ -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.