File tree 3 files changed +59
-23
lines changed
src/Symfony/Component/HttpKernel 3 files changed +59
-23
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ in 2.8 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/v2.8.0...v2.8.1
9
9
10
+ * 2.8.43 (2018-07-23)
11
+
12
+ * bug #28005 [ HttpKernel] Fixed templateExists on parse error of the template name (yceruto)
13
+ * bug #27997 Serbo-Croatian has Serbian plural rule (kylekatarnls)
14
+ * bug #27941 [ WebProfilerBundle] Fixed icon alignment issue using Bootstrap 4.1.2 (jmsche)
15
+ * bug #27937 [ HttpFoundation] reset callback on StreamedResponse when setNotModified() is called (rubencm)
16
+ * bug #27927 [ HttpFoundation] Suppress side effects in 'get' and 'has' methods of NamespacedAttributeBag (webnet-fr)
17
+ * bug #27904 [ Filesystem] fix lock file permissions (fritzmg)
18
+ * bug #27758 [ WebProfilerBundle] Prevent toolbar links color override by css (alcalyn)
19
+ * bug #27831 Check for Hyper terminal on all operating systems. (azjezz)
20
+ * bug #27794 Add color support for Hyper terminal . (azjezz)
21
+ * bug #27809 [ HttpFoundation] Fix tests: new message for status 425 (dunglas)
22
+ * bug #27716 [ DI] fix dumping deprecated service in yaml (nicolas-grekas)
23
+
10
24
* 2.8.42 (2018-06-25)
11
25
12
26
* bug #27669 [ Filesystem] fix file lock on SunOS (fritzmg)
You can’t perform that action at this time.
0 commit comments