File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ 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.26 (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 #23023 [ DoctrineBridge] [ PropertyInfo ] Added support for Doctrine Embeddables (vudaltsov)
17
+ * bug #23619 [ Validator] Fix IbanValidator for ukrainian IBANs (paroe)
18
+ * bug #23238 [ Security] ensure the 'route' index is set before attempting to use it (gsdevme)
19
+ * bug #23330 [ WebProfilerBundle] Fix full sized dump hovering in toolbar (ogizanagi)
20
+ * bug #23580 Fix login redirect when referer contains a query string (fabpot)
21
+ * bug #23574 [ VarDumper] Move locale sniffing to dump() time (nicolas-grekas)
22
+
10
23
* 2.8.25 (2017-07-17)
11
24
12
25
* security #23507 [ Security] validate empty passwords again (xabbuh)
You can’t perform that action at this time.
0 commit comments