Skip to content

Commit 531e733

Browse files
committed
Update CHANGELOG for 5.4.31
1 parent 58e8e9b commit 531e733

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG-5.4.md

+17
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ in 5.4 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v5.4.0...v5.4.1
99

10+
* 5.4.31 (2023-11-10)
11+
12+
* security #cve-2023-46734 [TwigBridge] Ensure CodeExtension's filters properly escape their input (nicolas-grekas, GromNaN)
13+
* security #cve-2023-46733 [Security] Fix possible session fixation when only the *token* changes (RobertMe)
14+
* bug #52506 [SecurityBundle] wire the secret for Symfony 6.4 compatibility (xabbuh)
15+
* bug #52502 [Config] Prefixing `FileExistenceResource::__toString()` to avoid conflict with `FileResource` (weaverryan)
16+
* bug #52491 [String] Method toByteString conversion using iconv is unreachable (Vincentv92)
17+
* bug #52488 [HttpKernel] Fix PHP deprecation (nicolas-grekas)
18+
* bug #52476 [Messenger] fix compatibility with Doctrine DBAL 4 (xabbuh)
19+
* bug #52474 [HttpFoundation] ensure string type with mbstring func overloading enabled (xabbuh)
20+
* bug #52457 [Cache][HttpFoundation][Lock] Fix empty username/password for PDO PostgreSQL (HypeMC)
21+
* bug #52443 [Yaml] Fix uid binary parsing (mRoca)
22+
* bug #52444 Remove full DSNs from exception messages (nicolas-grekas)
23+
* bug #52428 [HttpKernel] Preventing error 500 when function putenv is disabled (ShaiMagal)
24+
* bug #52408 [Yaml] Fix block scalar array parsing (NickSdot)
25+
* bug #52329 [HttpClient] Psr18Client: parse HTTP Reason Phrase for Response (Hanmac)
26+
1027
* 5.4.30 (2023-10-29)
1128

1229
* bug #52332 [Yaml] Fix deprecated passing null to trim() (javaDeveloperKid)

0 commit comments

Comments
 (0)