8000 updated CHANGELOG for 2.8.37 · symfony/symfony@233afdd · GitHub
[go: up one dir, main page]

Skip to content

Commit 233afdd

Browse files
committed
updated CHANGELOG for 2.8.37
1 parent 79d491c commit 233afdd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG-2.8.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ 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.37 (2018-04-02)
11+
12+
* bug #26727 [HttpCache] Unlink tmp file on error (Chansig)
13+
* bug #26675 [HttpKernel] DumpDataCollector: do not flush when a dumper is provided (ogizanagi)
14+
* bug #26663 [TwigBridge] Fix rendering of currency by MoneyType (ro0NL)
15+
* bug #26677 Support phpdbg SAPI in Debug::enable() (hkdobrev)
16+
* bug #26589 [Ldap] cast to string when checking empty passwords (ismail1432)
17+
* bug #26621 [Form] no type errors with invalid submitted data types (xabbuh)
18+
* bug #26337 [Finder] Fixed leading/trailing / in filename (lyrixx)
19+
* bug #26584 [TwigBridge] allow html5 compatible rendering of forms with null names (systemist)
20+
* bug #24401 [Form] Change datetime to datetime-local for HTML5 datetime input (pierredup)
21+
* bug #26370 [Security] added userChecker to SimpleAuthenticationProvider (i3or1s)
22+
* bug #26569 [BrowserKit] Fix cookie path handling when $domain is null (dunglas)
23+
* bug #26598 Fixes #26563 (open_basedir restriction in effect) (temperatur)
24+
* bug #26568 [Debug] Reset previous exception handler earlier to prevent infinite loop (nicolas-grekas)
25+
* bug #26567 [DoctrineBridge] Don't rely on ClassMetadataInfo->hasField in DoctrineOrmTypeGuesser anymore (fancyweb)
26+
* bug #26356 [FrameworkBundle] HttpCache is not longer abstract (lyrixx)
27+
* bug #26548 [DomCrawler] Change bad wording in ChoiceFormField::untick (dunglas)
28+
* bug #26433 [DomCrawler] extract(): fix a bug when the attribute list is empty (dunglas)
29+
* bug #26452 [Intl] Load locale aliases to support alias fallbacks (jakzal)
30+
* bug #26450 [CssSelector] Fix CSS identifiers parsing - they can start with dash (jakubkulhan)
31+
1032
* 2.8.36 (2018-03-05)
1133

1234
* bug #26368 [WebProfilerBundle] Fix Debug toolbar breaks app (xkobal)

0 commit comments

Comments
 (0)
0