@@ -7,6 +7,48 @@ in 3.4 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.4.0...v3.4.1
9
9
10
+ * 3.4.7 (2018-04-03)
11
+
12
+ * bug #26387 [ Yaml] Fix regression when trying to parse multiline (antograssiot)
13
+ * bug #26749 Add PHPDbg support to HTTP components (hkdobrev)
14
+ * bug #26609 [ Console] Fix check of color support on Windows (mlocati)
15
+ * bug #26727 [ HttpCache] Unlink tmp file on error (Chansig)
16
+ * bug #26675 [ HttpKernel] DumpDataCollector: do not flush when a dumper is provided (ogizanagi)
17
+ * bug #26663 [ TwigBridge] Fix rendering of currency by MoneyType (ro0NL)
18
+ * bug #26595 [ DI] Do not suggest writing an implementation when multiple exist (chalasr)
19
+ * bug #26662 [ DI] Fix hardcoded cache dir for warmups (nicolas-grekas)
20
+ * bug #26677 Support phpdbg SAPI in Debug::enable() (hkdobrev)
21
+ * bug #26600 [ Routing] Fixed the importing of files using glob patterns that match multiple resources (skalpa)
22
+ * bug #26589 [ Ldap] cast to string when checking empty passwords (ismail1432)
23
+ * bug #26626 [ WebProfilerBundle] use the router to resolve file links (nicolas-grekas)
24
+ * bug #26635 [ DI] Dont tell about autoregistration in strict autowiring mode (nicolas-grekas)
25
+ * bug #26621 [ Form] no type errors with invalid submitted data types (xabbuh)
26
<
10000
td data-grid-cell-id="diff-c42e2429a0d21c0484779bb9249f21076776247124f9789f6485e2084911b280-9-26-2" data-line-anchor="diff-c42e2429a0d21c0484779bb9249f21076776247124f9789f6485e2084911b280R26" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionLine-bgColor, var(--diffBlob-addition-bgColor-line));padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">+ * bug #26612 [ PHPunit] suite variable should be used (prisis)
27
+ * bug #26337 [ Finder] Fixed leading/trailing / in filename (lyrixx)
28
+ * bug #26584 [ TwigBridge] allow html5 compatible rendering of forms with null names (systemist)
29
+ * bug #24401 [ Form] Change datetime to datetime-local for HTML5 datetime input (pierredup)
30
+ * bug #26513 [ FrameworkBundle] Respect debug mode when warm up annotations (Strate)
31
+ * bug #26370 [ Security] added userChecker to SimpleAuthenticationProvider (i3or1s)
32
+ * bug #26569 [ BrowserKit] Fix cookie path handling when $domain is null (dunglas)
33
+ * bug #26273 [ Security] [ Profiler ] Display the original expression in 'Access decision log' (lyrixx)
34
+ * bug #26427 [ DependencyInjection] fix regression when extending the Container class without a constructor (lsmith77)
35
+ * bug #26562 [ Bridge\PhpUnit] Cannot autoload class "\Symfony\Bridge\PhpUnit\SymfonyTestsListener" (Jake Bishop)
36
+ * bug #26598 Fixes #26563 (open_basedir restriction in effect) (temperatur)
37
+ * bug #26568 [ Debug] Reset previous exception handler earlier to prevent infinite loop (nicolas-grekas)
38
+ * bug #26590 Make sure form errors is valid HTML (Nyholm)
39
+ * bug #26567 [ DoctrineBridge] Don't rely on ClassMetadataInfo->hasField in DoctrineOrmTypeGuesser anymore (fancyweb)
40
+ * feature #26408 Readd 'form_label_errors' block to disable errors on form labels (birkof)
41
+ * bug #26591 [ TwigBridge] Make sure we always render errors. Eventhough labels are disabled (Nyholm)
42
+ * bug #26356 [ FrameworkBundle] HttpCache is not longer abstract (lyrixx)
43
+ * bug #26548 [ DomCrawler] Change bad wording in ChoiceFormField::untick (dunglas)
44
+ * bug #26482 [ PhpUnitBridge] Ability to use different composer.json file (amcastror)
45
+ * bug #26443 [ Fix] [ HttpFoundation ] Fix the updating of timestamp in the MemcachedSessionHandler (Alessandro Loffredo)
46
+ * bug #26400 [ Config] ReflectionClassResource check abstract class (andrey1s)
47
+ * bug #26433 [ DomCrawler] extract(): fix a bug when the attribute list is empty (dunglas)
48
+ * bug #26041 Display the Welcome Page when there is no homepage defined (javiereguiluz)
49
+ * bug #26452 [ Intl] Load locale aliases to support alias fallbacks (jakzal)
50
+ * bug #26450 [ CssSelector] Fix CSS identifiers parsing - they can start with dash (jakubkulhan)
51
+
10
52
* 3.4.6 (2018-03-05)
11
53
12
54
* bug #26393 [ DI] Skip resource tracking if disabled (chalasr)
0 commit comments