8000 Merge branch '4.2' · symfony/symfony@278a7ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 278a7ec

Browse files
Merge branch '4.2'
* 4.2: bumped Symfony version to 4.2.7 updated VERSION for 4.2.6 updated CHANGELOG for 4.2.6 bumped Symfony version to 3.4.26 updated VERSION for 3.4.25 update CONTRIBUTORS for 3.4.25 updated CHANGELOG for 3.4.25 Workaround for \DateInterval::createFromDateString() [DoctrineBridge] [DX] Update exception text in ManagerRegistry::resetService to avoid confusion. Missing Lithuanian translations added to validator component.
2 parents 7cf96a4 + 20739e7 commit 278a7ec

File tree

5 files changed

+144
-54
lines changed

5 files changed

+144
-54
lines changed

CHANGELOG-4.2.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,45 @@ in 4.2 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.2.0...v4.2.1
99

10+
* 4.2.6 (2019-04-16)
11+
12+
* bug #31088 [DI] fix removing non-shared definition while inlining them (nicolas-grekas)
13+
* bug #29944 [DI] Overriding services autowired by name under _defaults bind not working (przemyslaw-bogusz, renanbr)
14+
* bug #30993 [FrameworkBundle] Fix for Controller DEPRECATED when using composer --optimized (aweelex)
15+
* bug #31076 [HttpKernel] Fixed LoggerDataCollector crashing on empty file (althaus)
16+
* bug #31071 property normalizer should also pass format and context to isAllowedAttribute (dbu)
17+
* bug #31059 Show more accurate message in profiler when missing stopwatch (linaori)
18+
* bug #31026 [Serializer] Add default object class resolver (jdecool)
19+
* bug #31031 [Serializer] MetadataAwareNameConverter: Do not assume that property names are strings (soyuka)
20+
* bug #31043 [VarExporter] support PHP7.4 __serialize & __unserialize (nicolas-grekas)
21+
* bug #30423 [Security] Rework firewall's access denied rule (dimabory)
22+
* bug #31020 [VarExporter] fix exporting classes with private constructors (nicolas-grekas)
23+
* bug #31012 [Process] Fix missing $extraDirs when open_basedir returns (arsonik)
24+
* bug #30852 [Console] fix buildTableRows when Colspan is use with content too long (Raulnet)
25+
* bug #30950 [Serializer] Also validate callbacks when given in the normalizer context (dbu)
26+
* bug #30907 [Serializer] Respect ignored attributes in cache key of normalizer (dbu)
27+
* bug #30085 Fix TestRunner compatibility to PhpUnit 8 (alexander-schranz)
28+
* bug #30999 Fix dark themed componnents (ro0NL)
29+
* bug #30977 [serializer] prevent mixup in normalizer of the object to populate (dbu)
30+
* bug #30976 [Debug] Fixed error handling when an error is already handled when another error is already handled (5) (lyrixx)
31+
* bug #30979 Fix the configurability of CoreExtension deps in standalone usage (stof)
32+
* bug #30918 [Cache] fix using ProxyAdapter inside TagAwareAdapter (dmaicher)
33+
* bug #30961 [Form] fix translating file validation error message (xabbuh)
34+
* bug #30951 Handle case where no translations were found (greg0ire)
35+
* bug #29800 [Validator] Only traverse arrays that are cascaded into (corphi)
36+
* bug #30921 [Translator] Warm up the translations cache in dev (tgalopin)
37+
* bug #30922 [TwigBridge] fix horizontal spacing of inlined Bootstrap forms (xabbuh)
38+
* bug #30860 [Profiler] Fix dark theme elements color (dFayet)
39+
* bug #30895 [Form] turn failed file uploads into form errors (xabbuh)
40+
* bug #30919 [Translator] Fix wrong dump for PO files (deguif)
41+
* bug #30889 [DependencyInjection] Fix a wrong error when using a factory (Simperfit)
42+
* bug #30911 [Console] Fix table trailing backslash (maidmaid)
43+
* bug #30903 [Messenger] Uses the `SerializerStamp` when deserializing the envelope (sroze)
44+
* bug #30879 [Form] Php doc fixes and cs + optimizations (Jules Pietri)
45+
* bug #30883 [Console] Fix stty not reset when aborting in QuestionHelper::autocomplete() (Simperfit)
46+
* bug #30878 [Console] Fix inconsistent result for choice questions in non-interactive mode (chalasr)
47+
* bug #30825 [Routing] Fix: annotation loader ignores method's default values (voronkovich)
48+
1049
* 4.2.5 (2019-04-02)
1150

1251
* bug #30660 [Bridge][Twig] DebugCommand - fix escaping and filter (SpacePossum)

0 commit comments

Comments
 (0)
0