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 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.33 (2017-08-01)
11
+
12
+ * bug #22244 [ Console] Fix passing options with defaultCommand (Jakub Sacha)
13
+ * bug #23684 [ Debug] Missing escape in debug output (c960657)
14
+ * bug #23662 [ VarDumper] Adapt to php 7.2 changes (nicolas-grekas)
15
+ * bug #23649 [ Form] [ TwigBridge ] Don't render _ method in form_rest() for a child form (fmarchalemisys)
16
+ * bug #23619 [ Validator] Fix IbanValidator for ukrainian IBANs (paroe)
17
+ * bug #23238 [ Security] ensure the 'route' index is set before attempting to use it (gsdevme)
18
+ * bug #23580 Fix login redirect when referer contains a query string (fabpot)
19
+ * bug #23574 [ VarDumper] Move locale sniffing to dump() time (nicolas-grekas)
20
+
10
21
* 2.7.32 (2017-07-17)
11
22
12
23
* security #23507 [ Security] validate empty passwords again (xabbuh)
You can’t perform that action at this time.
0 commit comments