Skip to content

Commit 0319430

Browse files
Merge branch '2.7' into 2.8
* 2.7: property constraints can be added in child classes added test for staticClassLoader in LazyLoadingMetadatafactory spelling fixes make sure that null can be the invalid value bumped Symfony version to 2.7.25 updated VERSION for 2.7.24 update CONTRIBUTORS for 2.7.24 updated CHANGELOG for 2.7.24 [FrameworkBundle] Simplify createPackageDefinition fix directory resource considers same timestamp not fresh return false early from directory resource
2 parents f590c8d + 298060d commit 0319430

File tree

17 files changed

+248
-72
lines changed

17 files changed

+248
-72
lines changed

CHANGELOG-2.7.md

+16
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ 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.24 (2017-02-06)
11+
12+
* bug #21063 [Form] Fixed DateType format option for single text widget (HeahDude)
13+
* bug #21430 Casting TableCell value to string. (jaydiablo)
14+
* bug #21359 [FrameworkBundle] fixed custom domain for translations in php templates (robinlehrmann)
15+
* bug #21485 [Process] Non ASCII characters disappearing during the escapeshellarg (GuillaumeVerdon)
16+
* bug #21462 [BrowserKit] ignore invalid cookies expires date format (xabbuh)
17+
* bug #21438 [Console] Fix TableCell issues with decoration (ogizanagi)
18+
* bug #21431 [DoctrineBridge] always check for all fields to be mapped (xabbuh)
19+
* bug #21360 [PropertyAccess] Handle interfaces in the invalid argument exception (fancyweb)
20+
* bug #21401 [Debug] Workaround "null" $context (nicolas-grekas)
21+
* bug #21333 [HttpKernel] Fix ArgumentValueResolver for arguments default null (chalasr)
22+
* bug #20871 [HttpKernel] Give higher priority to adding request formats (akeeman)
23+
* bug #21285 [TwigBundle] do not lose already set method calls (xabbuh)
24+
* bug #21279 #20411 fix Yaml parsing for very long quoted strings (RichardBradley)
25+
1026
* 2.7.23 (2017-01-12)
1127

1228
* bug #21218 [Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik)

0 commit comments

Comments
 (0)