@@ -7,6 +7,31 @@ 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.19 (2016-10-03)
11
+
12
+ * bug #20102 [ Validator] Url validator not validating hosts ending in a number (gwkunze)
13
+ * bug #20132 Use "more entropy" option for uniqid() (javiereguiluz)
14
+ * bug #20122 [ Validator] Reset constraint options (ro0NL)
15
+ * bug #20116 fixed AddConstraintValidatorsPass config (fabpot)
16
+ * bug #20078 Fix #19943 Make sure to process each interface metadata only once (lemoinem)
17
+ * bug #20080 [ Form] compound forms without children should be considered rendered implicitly (backbone87)
18
+ * bug #20086 [ VarDumper] Fix PHP 7.1 compat (nicolas-grekas)
19
+ * bug #20077 [ Process] silent file operation to avoid open basedir issues (xabbuh)
20
+ * bug #20079 fixed Twig support for 1.26 and 2.0 (fabpot)
21
+ * bug #19951 [ Finder] Trim trailing directory slash in ExcludeDirectoryFilterIterator (ro0NL)
22
+ * bug #20010 [ DX] Fixed regression when exception message swallowed when logging it. (Koc)
23
+ * bug #19983 [ TwigBridge] removed Twig null nodes (deprecated as of Twig 1.25) (fabpot)
24
+ * bug #19946 [ Console] Fix parsing optionnal options with empty value in argv (chalasr)
25
+ * bug #19636 [ Finder] no PHP warning on empty directory iteration (ggottwald)
26
+ * bug #19923 [ bugfix] [ Console] Set ` Input::$interactive ` to ` false ` when command is executed with ` --quiet ` as verbosity level (phansys)
27
+ * bug #19811 Fixed the nullable support for php 7.1 and below (2.7, 2.8, 3.0) (iltar)
28
+ * bug #19904 [ Form] Fixed collapsed ChoiceType options attributes (HeahDude)
29
+ * bug #19908 [ Config] Handle open_basedir restrictions in FileLocator (Nicofuma)
30
+ * bug #19922 [ Yaml] [ TwigBridge ] Use JSON_UNESCAPED_SLASHES for lint commands output (chalasr)
31
+ * bug #19928 [ Validator] Update IpValidatorTest data set with a valid reserved IP (jakzal)
32
+ * bug #19813 [ Console] fixed PHP7 Errors are now handled and converted to Exceptions (fonsecas72)
33
+ * bug #19879 [ Form] Incorrect timezone with DateTimeLocalizedStringTransformer (mbeccati)
34
+
10
35
* 2.7.18 (2016-09-07)
11
36
12
37
* bug #19859 [ ClassLoader] Fix ClassCollectionLoader inlining with declare(strict_types=1) (nicolas-grekas)
0 commit comments