[PropertyAccess] Adds entries to CHANGELOG and UPGRADE

This commit is contained in:
Jan Schädlich 2019-06-28 19:05:52 +02:00 committed by Fabien Potencier
parent 64eaf7e3a6
commit c4afbf376f
2 changed files with 11 additions and 0 deletions

View File

@ -76,6 +76,11 @@ MonologBridge
* The `RouteProcessor` has been marked final.
PropertyAccess
--------------
* Deprecated passing `null` as 2nd argument of `PropertyAccessor::createCache()` method (`$defaultLifetime`), pass `0` instead.
Security
--------

View File

@ -1,6 +1,12 @@
CHANGELOG
=========
4.4.0
-----
* deprecated passing `null` as `$defaultLifetime` 2nd argument of `PropertyAccessor::createCache()` method,
pass `0` instead
4.3.0
-----