This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/UPGRADE-4.2.md

8 lines
183 B
Markdown
Raw Normal View History

UPGRADE FROM 4.1 to 4.2
=======================
Security
--------
* Using the `has_role()` function in security expressions is deprecated, use the `is_granted()` function instead.