Skip to content

Commit 3d5380b

Browse files
committed
updated CHANGELOG for 2.7.39
1 parent 783cd69 commit 3d5380b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG-2.7.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ in 2.7 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.7.0...v2.7.1
99

10+
* 2.7.39 (2017-12-04)
11+
12+
* bug #25278 Fix for missing whitespace control modifier in form layout (kubawerlos)
13+
* bug #25236 [Form][TwigBridge] Fix collision between view properties and form fields (yceruto)
14+
* bug #25258 [link] Prevent warnings when running link with 2.7 (dunglas)
15+
* bug #24750 [Validator] ExpressionValidator should use OBJECT_TO_STRING (Simperfit)
16+
* bug #25182 [HttpFoundation] AutExpireFlashBag should not clear new flashes (Simperfit, sroze)
17+
* bug #25152 [Form] Don't rely on `Symfony\Component\HttpFoundation\File\File` if http-foundation isn't in FileType (issei-m)
18+
* bug #24987 [Console] Fix global console flag when used in chain (Simperfit)
19+
* bug #25043 [Yaml] added ability for substitute aliases when mapping is on single line (Michał Strzelecki, xabbuh)
20+
* bug #25102 [Form] Fixed ContextErrorException in FileType (chihiro-adachi)
21+
* bug #25130 [DI] Fix handling of inlined definitions by ContainerBuilder (nicolas-grekas)
22+
* bug #24956 Fix ambiguous pattern (weltling)
23+
1024
* 2.7.38 (2017-11-16)
1125

1226
* security #24995 Validate redirect targets using the session cookie domain (nicolas-grekas)

0 commit comments

Comments
 (0)