8000 [PropertyAccess] Adds entries to CHANGELOG and UPGRADE by jschaedl · Pull Request #32269 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[PropertyAccess] Adds entries to CHANGELOG and UPGRADE #32269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[PropertyAccess] Adds entries to CHANGELOG and UPGRADE
  • Loading branch information
jschaedl authored and fabpot committed Jul 3, 2019
commit c4afbf376f34f1b934e6ef80d76dd13b9da5d676
5 changes: 5 additions & 0 deletions UPGRADE-4.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------

Expand Down
6 changes: 6 additions & 0 deletions src/Symfony/Component/PropertyAccess/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
0