Skip to content

Commit abd13ed

Browse files
committed
updated CHANGELOG for 4.0.0-RC1
1 parent fac882c commit abd13ed

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG-4.0.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,42 @@ in 4.0 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/v4.0.0...v4.0.1
99

10+
* 4.0.0-RC1 (2017-11-21)
11+
12+
* bug #25077 [Bridge/Twig] Let getFlashes starts the session (MatTheCat)
13+
* bug #25082 [HttpKernel] Disable container inlining when legacy inlining has been used (nicolas-grekas)
14+
* bug #25022 [Filesystem] Updated Filesystem::makePathRelative (inso)
15+
* bug #25072 [Bridge/PhpUnit] Remove trailing "\n" from ClockMock::microtime(false) (joky)
16+
* bug #25069 [Debug] Fix undefined variable $lightTrace (nicolas-grekas)
17+
* bug #25053 [Serializer] Fixing PropertyNormalizer supports parent properties (Christopher Hertel)
18+
* bug #25055 [DI] Analyze setter-circular deps more precisely (nicolas-grekas)
19+
* feature #25056 [Bridge/PhpUnit] Sync the bridge version installed in vendor/ and in phpunit clone (nicolas-grekas)
20+
* bug #25048 Allow EnumNode name to be null (MatTheCat)
21+
* bug #25045 [SecurityBundle] Don't trigger auto-picking notice if provider is set per listener (chalasr)
22+
* bug #25033 [FrameworkBundle] Dont create empty bundles directory by default (ro0NL)
23+
* bug #25037 [DI] Skip hot_path tag for deprecated services as their class might also be (nicolas-grekas)
24+
* bug #25038 [Cache] Memcached options should ignore "lazy" (nicolas-grekas)
25+
* bug #25014 Move deprecation under use statements (greg0ire)
26+
* bug #25030 [Console] Fix ability to disable lazy commands (chalasr)
27+
* bug #25032 [Bridge\PhpUnit] Disable broken auto-require mechanism of phpunit (nicolas-grekas)
28+
* bug #25016 [HttpKernel] add type-hint for the requestType (Simperfit)
29+
* bug #25027 [FrameworkBundle] Hide server:log command based on deps (sroze)
30+
* bug #24991 [DependencyInjection] Single typed argument can be applied on multiple parameters (nicolas-grekas, sroze)
31+
* bug #24983 [Validator] enter the context in which to validate (xabbuh)
32+
* bug #24956 Fix ambiguous pattern (weltling)
33+
* bug #24732 [DependencyInjection] Prevent service:method factory notation in PHP config (vudaltsov)
34+
* bug #24979 [HttpKernel] remove services resetter even when it's an alias (xabbuh)
35+
* bug #24972 [HttpKernel] Fix service arg resolver for controllers as array callables (sroze, nicolas-grekas)
36+
* bug #24971 [FrameworkBundle] Empty event dispatcher earlier in CacheClearCommand (nicolas-grekas)
37+
* security #24995 Validate redirect targets using the session cookie domain (nicolas-grekas)
38+
* security #24994 Prevent bundle readers from breaking out of paths (xabbuh)
39+
* security #24993 Ensure that submitted data are uploaded files (xabbuh)
40+
* security #24992 Namespace generated CSRF tokens depending of the current scheme (dunglas)
41+
* bug #24975 [DomCrawler] Type fix Crawler:: discoverNamespace() (VolCh)
42+
* bug #24954 [DI] Fix dumping with custom base class (nicolas-grekas)
43+
* bug #24952 [HttpFoundation] Fix session-related BC break (nicolas-grekas, sroze)
44+
* bug #24943 [FrameworkBundle] Wire the translation.reader service instead of deprecated translation.loader in commands (ogizanagi)
45+
1046
* 4.0.0-BETA4 (2017-11-12)
1147

1248
* bug #24874 [TwigBridge] Fixed the .form-check-input class in the bs4 templates (vudaltsov)

0 commit comments

Comments
 (0)