]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/symfony/property-access/Symfony/Component/PropertyAccess/CHANGELOG.md
twig implementation
[github/wallabag/wallabag.git] / vendor / symfony / property-access / Symfony / Component / PropertyAccess / CHANGELOG.md
1 CHANGELOG
2 =========
3
4 2.3.0
5 ------
6
7 * added PropertyAccessorBuilder, to enable or disable the support of "__call"
8 * added support for "__call" in the PropertyAccessor (disabled by default)
9 * [BC BREAK] changed PropertyAccessor to continue its search for a property or
10 method even if a non-public match was found. Before, a PropertyAccessDeniedException
11 was thrown in this case. Class PropertyAccessDeniedException was removed
12 now.
13 * deprecated PropertyAccess::getPropertyAccessor
14 * added PropertyAccess::createPropertyAccessor and PropertyAccess::createPropertyAccessorBuilder