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

Skip to content

Release v4.4.29 #42312

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
Jul 29, 2021
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
8000
Diff view
Diff view
Next Next commit
Update CHANGELOG for 4.4.29
  • Loading branch information
fabpot committed Jul 29, 2021
commit 7388148f7df5e6cc270e5d7cfd07496344fef88b
6 changes: 6 additions & 0 deletions CHANGELOG-4.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ 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.29 (2021-07-29)

* bug #42307 [Mailer] Fixed decode exception when sendgrid response is 202 (rubanooo)
* bug #42296 [Dotenv][Yaml] Remove PHP 8.0 polyfill (derrabus)
* bug #42289 [HttpFoundation] Fixed type mismatch (Toflar)

* 4.4.28 (2021-07-27)

* bug #42270 [WebProfilerBundle] [WebProfiler] "empty" filter bugfix. Filter with name "empty" is not … (luzrain)
Expand Down
0