10000 Release v4.4.47 by fabpot · Pull Request #47839 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Release v4.4.47 #47839

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 3 commits into from
Oct 12, 2022
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
Update CHANGELOG for 4.4.47
  • Loading branch information
fabpot committed Oct 12, 2022
commit 9726264d8abef72b9117961c63885aa76f04ac97
10 changes: 10 additions & 0 deletions CHANGELOG-4.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ in 4.4 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.4.0...v4.4.1

* 4.4.47 (2022-10-12)

* bug #47621 [Serializer] Allow getting discriminated type by class name (TamasSzigeti)
* bug #47808 [HttpClient] Fix seeking in not-yet-initialized requests (nicolas-grekas)
* bug #47702 [Messenger] Fix default serializer not handling DateTime objects properly (barton-webwings)
* bug #47779 [Console] Fix `Helper::removeDecoration` hyperlink bug (greew)
* bug #47763 [PropertyInfo] a readonly property must not be reported as being writable (xabbuh)
* bug #47731 [WebProfiler] Fix overflow issue in Forms panel (zolikonta)
* bug #47746 [HttpFoundation] Fix BinaryFileResponse content type detection logic (X-Coder264)

* 4.4.46 (2022-09-30)

* bug #47547 [Ldap] Do not run ldap_set_option on failed connection (tatankat)
Expand Down
0