Skip to content

Commit a7f5ade

Browse files
authored
Merge pull request symfony#28640 from fabpot/release-2.8.46
released v2.8.46
2 parents 42c5a91 + e457b29 commit a7f5ade

File tree

3 files changed

+73
-31
lines changed

3 files changed

+73
-31
lines changed

CHANGELOG-2.8.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ 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.46 (2018-09-30)
11+
12+
* bug #28376 [TwigBundle] Fixed caching of templates in src/Resources/<BundleName>/views on cache warmup (yceruto)
13+
* bug #28565 [HttpFoundation][Security] forward locale and format to subrequests (nicolas-grekas)
14+
* bug #28545 [Console] Send the right exit code to console.terminate listeners (mpdude)
15+
* bug #28466 [Form] fail reverse transforming invalid RFC 3339 dates (xabbuh)
16+
* bug #28540 [Intl] parse numbers terminated with decimal separator (xabbuh)
17+
* bug #28548 [Console] Fixed boxed table style with colspan (ro0NL)
18+
* bug #28433 [HttpFoundation] Allow reuse of Session between requests if ID did not change (tgalopin)
19+
* bug #28508 [Form] forward false label option to nested types (xabbuh)
20+
* bug #28464 [Form] forward the invalid_message option in date types (xabbuh)
21+
* bug #28499 [Ldap] Use shut up operator on connection errors at ldap_start_tls (Andras Debreczeni)
22+
* bug #28372 [Form] Fix DateTimeType html5 input format (franzwilding, mcfedr)
23+
* bug #28396 [Intl] Blacklist Eurozone and United Nations in Region Data Generator (gregurco)
24+
* bug #28393 [Console] fixed corrupt error output for unknown multibyte short option (downace)
25+
* bug #28401 [Console] Fix SymfonyQuestionHelper::askQuestion() with choice value as default (chalasr)
26+
* bug #28377 fix fopen flags (SpacePossum)
27+
* bug #27970 [FileValidator] Format file size in validation message according to binaryFormat option (jfredon)
28+
* bug #28029 [TwigBundle] remove cache warmers when Twig cache is disabled (xabbuh)
29+
* bug #28344 [HttpKernel][FrameworkBundle] Fix escaping of serialized payloads passed to test clients (nicolas-grekas)
30+
1031
* 2.8.45 (2018-08-27)
1132

1233
* bug #28278 [HttpFoundation] Fix unprepared BinaryFileResponse sends empty file (wackymole)

0 commit comments

Comments
 (0)