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
Copy file name to clipboardExpand all lines: CHANGELOG-4.4.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,24 @@ in 4.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/v4.4.0...v4.4.1
9
9
10
+
* 4.4.30 (2021-08-30)
11
+
12
+
* bug #42753 Cast ini_get to an integer to match expected type (natewiebe13)
13
+
* bug #42345[Messenger] Remove indices in messenger table on MySQL to prevent deadlocks while removing messages when running multiple consumers (jeroennoten)
14
+
* bug #40744 allow null for framework.translator.default_path (SimonHeimberg)
15
+
* bug #39856[DomCrawler] improve failure messages of the CrawlerSelectorTextContains constraint (xabbuh)
0 commit comments