1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-03 14:22:19 -05:00
wallabag/vendor/symfony/property-access/Symfony/Component/PropertyAccess/CHANGELOG.md

15 lines
590 B
Markdown
Raw Normal View History

2013-08-03 13:26:54 -04:00
CHANGELOG
=========
2.3.0
------
* added PropertyAccessorBuilder, to enable or disable the support of "__call"
* added support for "__call" in the PropertyAccessor (disabled by default)
* [BC BREAK] changed PropertyAccessor to continue its search for a property or
method even if a non-public match was found. Before, a PropertyAccessDeniedException
was thrown in this case. Class PropertyAccessDeniedException was removed
now.
* deprecated PropertyAccess::getPropertyAccessor
* added PropertyAccess::createPropertyAccessor and PropertyAccess::createPropertyAccessorBuilder