You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 5.3:
[VarExporter] Suppress deprecations for legacy fixtures
Bump Symfony version to 5.3.8
Update VERSION for 5.3.7
Update CHANGELOG for 5.3.7
Bump Symfony version to 4.4.31
Update VERSION for 4.4.30
Update CONTRIBUTORS for 4.4.30
Update CHANGELOG for 4.4.30
Copy file name to clipboardExpand all lines: CHANGELOG-5.3.md
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,42 @@ in 5.3 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/v5.3.0...v5.3.1
9
9
10
+
* 5.3.7 (2021-08-30)
11
+
12
+
* bug #42769[HttpClient] Don't pass float to `usleep()` (derrabus)
13
+
* bug #42753 Cast ini_get to an integer to match expected type (natewiebe13)
14
+
* bug #42345[Messenger] Remove indices in messenger table on MySQL to prevent deadlocks while removing messages when running multiple consumers (jeroennoten)
0 commit comments