File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ in 2.7 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.7.0...v2.7.1
9
9
10
+ * 2.7.27 (2017-05-01)
11
+
12
+ * bug #22528 [ Asset] Starting slash should indicate no basePath wanted (weaverryan)
13
+ * bug #22526 [ Asset] Preventing the base path or absolute URL from being prefixed incorrectly (weaverryan)
14
+ * bug #22435 [ Console] Fix dispatching throwables from ConsoleEvents::COMMAND (nicolas-grekas)
15
+ * bug #22478 [ Serializer] XmlEncoder: fix negative int and large numbers handling (dunglas)
16
+ * bug #22424 [ Debug] Set exit status to 255 on error (nicolas-grekas)
17
+ * bug #22396 Prevent double registrations related to tag priorities (nicolas-grekas)
18
+ * bug #22352 [ HttpFoundation] Add ` use_strict_mode ` in validOptions for session (sstok)
19
+ * bug #22351 [ Yaml] don't keep internal state between parser runs (xabbuh)
20
+ * bug #22307 [ Debug] Fix php notice (enumag)
21
+ * bug #22109 [ Validator] check for empty host when calling checkdnsrr() (apetitpa)
22
+ * bug #22280 [ DI] Fix the xml schema (GuilhemN)
23
+ * bug #22255 [ Translation] avoid creating cache files for fallback locales. (aitboudad)
24
+ * bug #22292 Fixes #22264 - add support for Chrome headless (redthor)
25
+
10
26
* 2.7.26 (2017-04-04)
11
27
12
28
* bug #22229 [ ExpressionLanguage] Provide the expression in syntax errors (k0pernikus, stof)
You can’t perform that action at this time.
0 commit comments