Skip to content

Commit acd0af6

Browse files
committed
updated CHANGELOG for 2.8.26
1 parent 359e2d9 commit acd0af6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG-2.8.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ in 2.8 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.8.0...v2.8.1
99

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+
1023
* 2.8.25 (2017-07-17)
1124

1225
* security #23507 [Security] validate empty passwords again (xabbuh)

0 commit comments

Comments
 (0)