@@ -7,6 +7,49 @@ in 4.1 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.1.0...v4.1.1
9
9
10
+ * 4.1.8 (2018-11-26)
11
+
12
+ * bug #29318 [ Console] Move back root exception to stack trace in verbose mode (chalasr)
13
+ * bug #29332 [ PropertyAccess] make cache keys encoding bijective (nicolas-grekas)
14
+ * bug #29298 [ Routing] fix trailing slash redirection when using RedirectableUrlMatcher (nicolas-grekas)
15
+ * bug #29297 [ Routing] fix trailing slash redirection when using RedirectableUrlMatcher (nicolas-grekas)
16
+ * bug #29313 [ PropertyAccessor] fix encoding of cache keys (nicolas-grekas)
17
+ * bug #28917 [ DoctrineBridge] catch errors while converting to db values in data collector (alekitto)
18
+ * bug #29317 [ WebProfiler] Detect non-file paths in file viewer (ro0NL)
<
8000
code> 19
+ * bug #29305 [ EventDispatcher] Unwrap wrapped listeners internally (ro0NL)
20
+ * bug #27314 [ DoctrineBridge] fix case sensitivity issue in RememberMe\DoctrineTokenProvider (PF4Public)
21
+ * bug #29310 [ MonologBridge] Return empty list for unknown requests (ro0NL)
22
+ * bug #29308 [ Translation] Use XLIFF source rather than resname when there's no target (thewilkybarkid)
23
+ * bug #26244 [ BrowserKit] fixed BC Break for HTTP_HOST header (brizzz)
24
+ * bug #28147 [ DomCrawler] exclude fields inside "template" tags (Gorjunov)
25
+ * bug #29222 [ Dotenv] properly parse backslashes in unquoted env vars (xabbuh)
26
+ * bug #29256 [ HttpFoundation] Fixed absolute Request URI with default port (thomasbisignani)
27
+ * bug #29274 [ Routing] Remove duplicate schemes and methods for invokable controllers (claudusd)
28
+ * bug #29271 [ HttpFoundation] Fix trailing space for mime-type with parameters (Sascha Dens)
29
+ * bug #29243 [ Cache] fix optimizing Psr6Cache for AdapterInterface pools (nicolas-grekas)
30
+ * bug #29247 [ DI] fix taking lazy services into account when dumping the container (nicolas-grekas)
31
+ * bug #29249 [ Form] Fixed empty data for compound date interval (HeahDude)
32
+ * bug #29265 [ Bridge/PhpUnit] Use composer to download phpunit (nicolas-grekas)
33
+ * bug #28769 [ FrameworkBundle] deal with explicitly enabled workflow nodes (xabbuh)
34
+ * bug #29223 [ Validator] Added the missing constraints instance checks (thomasbisignani)
35
+ * bug #28966 [ PropertyAccessor] Fix unable to write to singular property using setter while plural adder/remover exist (karser)
36
+ * bug #29182 [ Form] Fixed empty data for compound date types (HeahDude)
37
+ * bug #29191 [ Routing] generate(null) should throw an exception (nicolas-grekas)
38
+ * bug #29185 [ Form] Fixed keeping hash of equal \DateTimeInterface on submit (HeahDude)
39
+ * bug #29141 [ Workflow] Fixed bug of buildTransitionBlockerList when many transition are enabled (Tetragramat, lyrixx)
40
+ * bug #29137 [ Workflow] [ FrameworkBundle ] fixed guard event names for transitions (destillat, lyrixx)
41
+ * bug #28731 [ Form] invalidate forms on transformation failures (xabbuh)
42
+ * bug #29152 [ Config] Unset key during normalization (ro0NL)
43
+ * bug #29165 [ DI] align IniFileLoader to PHP bugfix #76965 (nicolas-grekas)
44
+ * bug #29115 Change button_widget class to btn-primary (neFAST)
45
+ * bug #29131 [ Dotenv] dont use getenv() to read SYMFONY_DOTENV_VARS (nicolas-grekas)
46
+ * bug #29057 [ HttpFoundation] replace any preexisting Content-Type headers (nicolas-grekas)
47
+ * bug #29076 [ Serializer] Allow null values when denormalizing with constructor missing data (danut007ro)
48
+ * bug #29104 [ DI] fix dumping inlined services (nicolas-grekas)
49
+ * bug #29054 [ VarDumper] fix dump of closures created from callables (nicolas-grekas)
50
+ * bug #29102 [ DI] fix GraphvizDumper ignoring inline definitions (nicolas-grekas)
51
+ * bug #29107 [ DI] dont track classes/interfaces used to compute autowiring error messages (nicolas-grekas)
52
+
10
53
* 4.1.7 (2018-11-03)
11
54
12
55
* bug #28820 [ DependencyInjection] Fix tags on multiple decorated service (Soner Sayakci)
0 commit comments