10000 updated CHANGELOG for 3.4.20 · symfony/symfony@cf0583a · GitHub
[go: up one dir, main page]

Skip to content

Commit cf0583a

Browse files
committed
updated CHANGELOG for 3.4.20
1 parent ffe49fd commit cf0583a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG-3.4.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ in 3.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/v3.4.0...v3.4.1
99

10+
* 3.4.20 (2018-12-06)
11+
12+
* security #cve-2018-19790 [Security\Http] detect bad redirect targets using backslashes (xabbuh)
13+
* security #cve-2018-19789 [Form] Filter file uploads out of regular form types (nicolas-grekas)
14+
* bug #29436 [Cache] Fixed Memcached adapter doClear()to call flush() (raitocz)
15+
* bug #29441 [Routing] ignore trailing slash for non-GET requests (nicolas-grekas)
16+
* bug #29432 [DI] dont inline when lazy edges are found (nicolas-grekas)
17+
* bug #29413 [Serializer] fixed DateTimeNormalizer to maintain microseconds when a different timezone required (rvitaliy)
18+
* bug #29424 [Routing] fix taking verb into account when redirecting (nicolas-grekas)
19+
* bug #29414 [DI] Fix dumping expressions accessing single-use private services (chalasr)
20+
* bug #29375 [Validator] Allow `ConstraintViolation::__toString()` to expose codes that are not null or emtpy strings (phansys)
21+
* bug #29376 [EventDispatcher] Fix eventListener wrapper loop in TraceableEventDispatcher (jderusse)
22+
* bug #29343 [Form] Handle all case variants of "nan" when parsing a number (mwhudson, xabbuh)
23+
* bug #29355 [PropertyAccess] calculate cache keys for property setters depending on the value (xabbuh)
24+
* bug #29369 [DI] fix combinatorial explosion when analyzing the service graph (nicolas-grekas)
25+
* bug #29349 [Debug] workaround opcache bug mutating "$this" !?! (nicolas-grekas)
26+
1027
* 3.4.19 (2018-11-26)
1128

1229
* bug #29318 [Console] Move back root exception to stack trace in verbose mode (chalasr)

0 commit comments

Comments
 (0)
0