8000 Release v4.3.11 by fabpot · Pull Request #35539 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Release v4.3.11 #35539

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
merged 2 commits into from
Jan 31, 2020
Merged
Changes from 1 commit
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
Next Next commit
updated CHANGELOG for 4.3.11
  • Loading branch information
fabpot committed Jan 31, 2020
commit 225febf223dc950ea11dd04f297906a3eaaf9c28
9 changes: 9 additions & 0 deletions CHANGELOG-4.3.md
< 7A43 div class="js-file-content Details-content--hidden position-relative" data-hydro-view="{"event_type":"pull_request.select_diff_range","payload":{"actor_id":null,"pull_request_id":369562757,"repository_id":458058,"diff_type":"UNIFIED","whitespace_ignored":false,"originating_url":"https://github.com/symfony/symfony/pull/35539/commits/225febf223dc950ea11dd04f297906a3eaaf9c28","user_id":null}}" data-hydro-view-hmac="e4b99ebba5c76c162b1a95d2b62c2bbdabcf9360edcd35116040195ce817e646">
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ in 4.3 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.3.0...v4.3.1

* 4.3.11 (2020-01-31)

* bug #35530 [HttpClient] Fix regex bearer (noniagriconomie)
* bug #35532 [Validator] fix access to uninitialized property when getting value (greedyivan)
* bug #35305 [HttpKernel] Fix stale-if-error behavior, add tests (mpdude)
* bug #34808 [PhpUnitBridge] Properly handle phpunit arguments for configuration file (biozshock)
* bug #35480 [Messenger] Check for all serialization exceptions during message dec… (Patrick Berenschot)
* bug #35428 [Cache] fix checking for igbinary availability (nicolas-grekas)

* 4.3.10 (2020-01-21)

* bug #35364 [Yaml] Throw on unquoted exclamation mark (fancyweb)
Expand Down
0