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

Skip to content

Release v4.2.0 #29383

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
Nov 30, 2018
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
FD69
Diff view
Diff view
Next Next commit
updated CHANGELOG for 4.2.0
  • Loading branch information
fabpot committed Nov 30, 2018
commit a1e683b7ceadd22e1cd6a38bd233941d0ed6ab1b
10 changes: 10 additions & 0 deletions CHANGELOG-4.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ in 4.2 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.2.0...v4.2.1

* 4.2.0 (2018-11-30)

* bug #29343 [Form] Handle all case variants of "nan" when parsing a number (mwhudson, xabbuh)
* bug #29373 [Routing] fix trailing slash redirection (nicolas-grekas)
* bug #29355 [PropertyAccess] calculate cache keys for property setters depending on the value (xabbuh)
* bug #29369 [DI] fix combinatorial explosion when analyzing the service graph (nicolas-grekas)
* bug #29349 [Debug] workaround opcache bug mutating "$this" !?! (nicolas-grekas)
* bug #29344 Fixes sprintf(): Too few arguments in Translator (stephanedelprat)
* bug #29318 [Console] Move back root exception to stack trace in verbose mode (chalasr)

* 4.2.0-RC1 (2018-11-26)

* bug #29332 [PropertyAccess] make cache keys encoding bijective (nicolas-grekas)
Expand Down
0