Skip to content

Commit 0a7cfd3

Browse files
committed
updated CHANGELOG for 4.1.10
1 parent 64999e6 commit 0a7cfd3

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG-4.1.md

+33
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,39 @@ in 4.1 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/v4.1.0...v4.1.1
99

10+
* 4.1.10 (2019-01-06)
11+
12+
* bug #29494 [HttpFoundation] Fix request uri when it starts with double slashes (alquerci)
13+
* bug #29697 [DI] Fixed wrong factory method in exception (Wojciech Gorczyca)
14+
* bug #29679 [HttpKernel] Correctly Render Signed URIs Containing Fragments (zanbaldwin)
15+
* bug #29754 Ensure final input of CommandTester works with default (Firehed)
16+
* bug #29695 [Form] Do not ignore the choice groups for caching (vudaltsov)
17+
* bug #29738 [Intl] handle null date and time types (xabbuh)
18+
* bug #29708 [FrameworkBundle] access the container getting it from the kernel (xabbuh)
19+
* bug #29704 [FrameworkBundle] improve errors in tests missing the BrowserKit component (xabbuh)
20+
* bug #29617 [Console] Add specific replacement for help text in single command applications (codedmonkey)
21+
* bug #29714 [Event Dispatcher] fixed 29703: TraceableEventDispatcher reset() callStack to null (mlievertz)
22+
* bug #29597 [DI] fix reporting bindings on overriden services as unused (nicolas-grekas)
23+
* bug #29639 [Yaml] detect circular references (xabbuh)
24+
* bug #29626 [Routing] fix trailing slash redirections involving a trailing var (nicolas-grekas)
25+
* bug #29411 [EventDispatcher] Revers event tracing order (ro0NL)
26+
* bug #29533 Fixed public directory when configured in composer.json (alexander-schranz)
27+
* bug #29619 [Console] OutputFormatter: move strtolower to createStyleFromString (ogizanagi)
28+
* bug #29621 [Security] Prefer clone() over unserialize(serialize()) for user refreshment (chalasr)
29+
* bug #29542 [Routing] fix dumping same-path routes with placeholders (nicolas-grekas)
30+
* bug #29587 [Debug] ignore underscore vs backslash namespaces in DebugClassLoader (nicolas-grekas)
31+
* bug #29584 [FrameworkBundle] fix describing routes with no controllers (nicolas-grekas)
32+
* bug #29582 [DI] move RegisterServiceSubscribersPass before DecoratorServicePass (kbond)
33+
* bug #29527 [TwigBridge][Form] Prevent multiple rendering of form collection prototypes (Shoplifter)
34+
* bug #29571 [Yaml] ensures that the mb_internal_encoding is reset to its initial value (Jörn Lang)
35+
* bug #29513 [Hackday][Serializer] Deserialization ignores argument type hint from phpdoc for array in constructor argument (karser)
36+
* bug #29323 [Security] defer log message in guard authenticator (eschultz-magix)
37+
* bug #29531 [Validator] Added IBAN format for Vatican City State (raulfraile)
38+
* bug #29501 [Form] filter out invalid language values (xabbuh)
39+
* bug #29307 [Form] Filter arrays out of scalar form types (nicolas-grekas)
40+
* bug #29500 [Form] filter out invalid Intl values (xabbuh)
41+
* bug #29499 [Validator] Fixed grouped composite constraints (HeahDude)
42+
1043
* 4.1.9 (2018-12-06)
1144

1245
* security #cve-2018-19790 [Security\Http] detect bad redirect targets using backslashes (xabbuh)

0 commit comments

Comments
 (0)