Skip to content

Commit e9e6074

Browse files
committed
Update CHANGELOG for 7.2.2
1 parent cc35113 commit e9e6074

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG-7.2.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ in 7.2 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.2.0...v7.2.1
99

10+
* 7.2.2 (2024-12-31)
11+
12+
* bug #59304 [PropertyInfo] Remove ``@internal`` from `PropertyReadInfo` and `PropertyWriteInfo` (Dario Guarracino)
13+
* bug #59252 [Stopwatch] bug #54854 undefined key error when trying to fetch a mis… (Alex Niedre)
14+
* bug #59278 [SecurityBundle] Do not replace authenticators service by their traceable version (MatTheCat)
15+
* bug #59228 [HttpFoundation] Avoid mime type guess with temp files in `BinaryFileResponse` (alexandre-daubois)
16+
* bug #59318 [Finder] Fix using `==` as default operator in `DateComparator` (MatTheCat)
17+
* bug #59321 [HtmlSanitizer] reject URLs containing whitespaces (xabbuh)
18+
* bug #59310 [Validator] the "max" option can be zero (xabbuh)
19+
* bug #59271 [TypeInfo] Fix PHPDoc resolving of union with mixed (mtarld)
20+
* bug #59269 [Security/Csrf] Trust "Referer" at the same level as "Origin" (nicolas-grekas)
21+
* bug #59250 [HttpClient] Fix a typo in NoPrivateNetworkHttpClient (Jontsa)
22+
* bug #59103 [Messenger] ensure exception on rollback does not hide previous exception (nikophil)
23+
* bug #59226 [FrameworkBundle] require the writer to implement getFormats() in the translation:extract (xabbuh)
24+
* bug #59213 [FrameworkBundle] don't require fake notifier transports to be installed as non-dev dependencies (xabbuh)
25+
* bug #59113 [FrameworkBundle][Translation] fix translation lint compatibility with the `PseudoLocalizationTranslator` (xabbuh)
26+
* bug #59060 [Validator] set the violation path only if the `errorPath` option is set (xabbuh)
27+
* bug #59066 Fix resolve enum in string type resolver (DavidBadura)
28+
* bug #59156 [PropertyInfo] Fix interface handling in PhpStanTypeHelper (mtarld)
29+
* bug #59160 [BeanstalkMessenger] Round delay to an integer to avoid deprecation warning (plantas)
30+
* bug #59012 [PropertyInfo] Fix interface handling in `PhpStanTypeHelper` (janedbal)
31+
* bug #59134 [HttpKernel] Denormalize request data using the csv format when using "#[MapQueryString]" or "#[MapRequestPayload]" (except for content data) (ovidiuenache)
32+
* bug #59140 [WebProfilerBundle] fix: white-space in highlighted code (chr-hertel)
33+
1034
* 7.2.1 (2024-12-11)
1135

1236
* bug #59145 [TypeInfo] Make `Type::nullable` method no-op on every nullable type (mtarld)

0 commit comments

Comments
 (0)