Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e60288d

Browse files
committed
updated CHANGELOG for 4.3.7
1 parent b2b688c commit e60288d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG-4.3.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ in 4.3 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.3.0...v4.3.1
99

10+
* 4.3.7 (2019-11-11)
11+
12+
* bug #34294 [Workflow] Fix error when we use ValueObject for the marking property (FabienSalles)
13+
* bug #34297 [DI] fix locators with numeric keys (nicolas-grekas)
14+
* bug #34282 [DI] Dont cache classes with missing parents (nicolas-grekas)
15+
* bug #34287 [HttpClient] Fix a crash when calling CurlHttpClient::__destruct() (dunglas)
16+
* bug #34129 [FrameworkBundle][Translation] Invalidate cached catalogues when the scanned directories change (fancyweb)
17+
* bug #34246 [Serializer] Use context to compute MetadataAwareNameConverter cache (antograssiot)
18+
* bug #34251 [HttpClient] expose only gzip when doing transparent compression (nicolas-grekas)
19+
* bug #34244 [Inflector] add support for 'species' (jeffreymoelands)
20+
* bug #34085 [Console] Detect dimensions using mode CON if vt100 is supported (rtek)
21+
* bug #34199 [HttpClient] Retry safe requests using HTTP/1.1 when HTTP/2 fails (nicolas-grekas)
22+
* bug #34192 [Routing] Fix URL generator instantiation (X-Coder264, HypeMC)
23+
* bug #34134 [Messenger] fix retry of messages losing the routing key and properties (Tobion)
24+
* bug #34181 [Stopwatch] Fixed bug in getDuration when counting multiple ongoing periods (TimoBakx)
25+
* bug #34165 [PropertyInfo] Fixed type extraction for nullable collections of non-nullable elements (happyproff)
26+
* bug #34179 [Stopwatch] Fixed a bug in StopwatchEvent::getStartTime (TimoBakx)
27+
* bug #34203 [FrameworkBundle] [HttpKernel] fixed correct EOL and EOM month (erics86)
28+
* bug #34035 [Serializer] Fix property name usage for denormalization (antograssiot)
29+
1030
* 4.3.6 (2019-11-01)
1131

1232
* bug #34198 [HttpClient] Fix perf issue when doing thousands of requests with curl (nicolas-grekas)

0 commit comments

Comments
 (0)