8000 Update CHANGELOG for 4.4.31 · symfony/symfony@656f3c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 656f3c8

Browse files
committed
Update CHANGELOG for 4.4.31
1 parent 5c5fd0c commit 656f3c8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG-4.4.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ in 4.4 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.4.0...v4.4.1
99

10+
* 4.4.31 (2021-09-28)
11+
12+
* bug #43158 [Cache] Fix invalidating tags on Redis <5 (wouterj)
13+
* bug #43179 [Ldap] Fix `resource` type checks & docblocks on PHP 8.1 (chalasr)
14+
* bug #43137 [FrameworkBundle] Avoid secrets:decrypt-to-local command to fail (noniagriconomie)
15+
* bug #43171 [VarDumper] fix dumping typed references from properties (nicolas-grekas)
16+
* bug #43124 [Messenger] [Redis] Allow authentication with user and password (GaryPEGEOT)
17+
* bug #39350 [FrameworkBundle] Remove translation data_collector BEFORE adding it to profiler (l-vo)
18+
* bug #43115 [DependencyInjection] Fix iterator in ServiceConfigurator (jderusse)
19+
* bug #43031 [Form] Do not trim unassigned unicode characters (simonberger)
20+
* bug #43058 [WebProfilerBundle] Fix displaying certain configs (HypeMC)
21+
* bug #43022 [PhpUnitBridge] Track unsilenced deprecations only for userland (nicolas-grekas)
22+
* bug #42976 [Mime] Allow array as input for RawMessage (derrabus)
23+
* bug #42098 [PropertyInfo] Support for intersection types (derrabus)
24+
* bug #42904 [Cache] Make sure PdoAdapter::prune() always returns a bool (derrabus)
25+
* bug #42896 [HttpClient] Fix handling timeouts when responses are destructed (nicolas-grekas)
26+
* bug #42835 [Cache] Fix implicit float to int cast (derrabus)
27+
* bug #42831 [Mime] Update mime types (fabpot)
28+
* bug #42830 [HttpKernel] Fix empty timeline in profiler (nicodmf)
29+
* bug #42819 Fix tests failing with DBAL 3 (derrabus)
30+
1031
* 4.4.30 (2021-08-30)
1132

1233
* bug #42753 Cast ini_get to an integer to match expected type (natewiebe13)

0 commit comments

Comments
 (0)
0