File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ 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.6 (2018-10-03)
11
+
12
+ * bug #28604 [ Finder] fixed root directory access for ftp/sftp wrapper (DerDu)
13
+ * bug #28688 [ FWBundle] Throw if PropertyInfo is enabled, but the component isn't installed (dunglas)
14
+ * bug #28638 [ Console] Fix clearing sections containing questions (chalasr)
15
+ * bug #28690 [ FrameworkBundle] dont suggest hidden services in debug: container and debug: autow commands (nicolas-grekas)
16
+ * bug #28648 [ PHPUnitBridge] Fix ClockMock microtime() format (acasademont)
17
+ * bug #28678 [ DI] fix dumping setters before their inlined instances (nicolas-grekas)
18
+ * bug #28672 [ DI] fix error in dumped container (nicolas-grekas)
19
+ * bug #28664 [ Console] Don't return early as this bypasses the auto exit feature (duncan3dc)
20
+
10
21
* 4.1.5 (2018-09-30)
11
22
12
23
* bug #28636 [ HttpFoundation] X-Accel-Mapping does not use HTTP key=value syntax (c960657)
You can’t perform that action at this time.
0 commit comments