8000 [PropertyAccess] Added entries to CHANGELOG and UPGRADE files · jschaedl/symfony@b5e4a3a · GitHub
[go: up one dir, main page]

Skip to content

Commit b5e4a3a

Browse files
committed
[PropertyAccess] Added entries to CHANGELOG and UPGRADE files
- this PR is related to symfony#32241
1 parent 3644b70 commit b5e4a3a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

UPGRADE-4.4.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ MonologBridge
7676

7777
* The `RouteProcessor` has been marked final.
7878

79+
PropertyAccess
80+
--------------
81+
82+
* Deprecated to pass `null` as `$defaultLifetime` 2nd argument of `PropertyAccessor::createCache()` method, pass 0 instead.
83+
7984
Security
8085
--------
8186

src/Symfony/Component/PropertyAccess/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
4.4.0
5+
-----
6+
7+
* deprecated to pass `null` as `$defaultLifetime` 2nd argument of `PropertyAccessor::createCache()` method,
8+
pass 0 instead
9+
410
4.3.0
511
-----
612

0 commit comments

Comments
 (0)
0