Skip to content

Commit 48c6da0

Browse files
committed
Update CHANGELOG for 7.1.8
1 parent 2ac07be commit 48c6da0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG-7.1.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ in 7.1 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/v7.1.0...v7.1.1
99

10+
* 7.1.8 (2024-11-13)
11+
12+
* security #cve-2024-50342 [HttpClient] Resolve hostnames in NoPrivateNetworkHttpClient (nicolas-grekas)
13+
* security #cve-2024-51996 [Security] Check owner of persisted remember-me cookie (jderusse)
14+
* bug #58799 [String] Fix some spellings in `EnglishInflector` (alexandre-daubois)
15+
* bug #58823 [TwigBridge] Fix emojify as function in Undefined Handler (smnandre)
16+
* bug #56868 [Serializer] fixed object normalizer for a class with `cancel` method (er1z)
17+
* bug #58601 [RateLimiter] Fix bucket size reduced when previously created with bigger size (Orkin)
18+
* bug #58659 [AssetMapper] Fix `JavaScriptImportPathCompiler` regex for non-latin characters (GregRbs92)
19+
* bug #58658 [Twitter][Notifier] Fix post INIT upload (matyo91)
20+
* bug #58705 [Serializer] Revert Default groups (mtarld)
21+
* bug #58763 [Messenger][RateLimiter] fix additional message handled when using a rate limiter (Jean-Beru)
22+
* bug #58791 [RateLimiter] handle error results of DateTime::modify() (xabbuh)
23+
* bug #58804 [Serializer][TypeInfo] fix support for phpstan/phpdoc-parser 2 (xabbuh)
24+
* bug #58800 [PropertyInfo] fix support for phpstan/phpdoc-parser 2 (xabbuh)
25+
1026
* 7.1.7 (2024-11-06)
1127

1228
* bug #58772 [DoctrineBridge] Backport detection fix of Xml/Yaml driver in DoctrineExtension (MatTheCat)

0 commit comments

Comments
 (0)