Skip to content

Commit 8429d10

Browse files
committed
Update CHANGELOG for 6.4.25
1 parent d6c3651 commit 8429d10

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG-6.4.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ in 6.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/v6.4.0...v6.4.1
99

10+
* 6.4.25 (2025-08-29)
11+
12+
* bug #61520 [Yaml] Fix scope resolution operator in flow mapping keys (MatTheCat)
13+
* bug #61534 [HttpClient] Fix PHP 8.5 deprecation using str_increment() (nicolas-grekas)
14+
* bug #61529 [FrameworkBundle] Don’t collect CLI profiles if the profiler is disabled (MatTheCat)
15+
* bug #61501 [Console] Fix testing multiline question (MatTheCat)
16+
* bug #61503 [String] Fix nodes singular (ruudk)
17+
* feature #61486 [Security] Ignore target route when exiting impersonation (MatTheCat)
18+
* bug #61459 [String] Fix issues singular (ruudk)
19+
* bug #61426 [Intl] Take timezoneTypes’ ianaMap into account (MatTheCat)
20+
* bug #61453 [VarExporter] Fix serializing classes with __serialize() returning unprefixed private properties (nicolas-grekas)
21+
* bug #61447 [String] specific fix to avoid 'outag' when inflecting 'outages' (PhilETaylor)
22+
* bug #61115 [FrameworkBundle] Make `cache:warmup` warm up read-only caches (MatTheCat)
23+
* bug #61401 [Process] Enhance hasSystemCallBeenInterrupted function for non-english locale (christianseel)
24+
* bug #61405 Remove calls to no-op functions, deprecated in PHP 8.5 (nicolas-grekas)
25+
* bug #61402 Remove calls to deprecated methods of SplObjectStorage (nicolas-grekas)
26+
* bug #61355 [WebProfilerBundle] Fix toolbar not rendering after replacing it (aleho)
27+
* bug #58547 [HtmlSanitizer] Fix `force_attributes` not replacing existing attribute in initial data (tgalopin)
28+
* bug #61291 [Messenger] Remove fix `NoAutoAckStamp` handling in `Worker::flush()` (wazum)
29+
* bug #61304 [PhpUnitBridge] Call Reflection*::setAccessible() only for PHP < 8.1 (W0rma)
30+
* bug #61319 [Console] [Table] Don't split grapheme clusters (schlndh)
31+
1032
* 6.4.24 (2025-07-31)
1133

1234
* bug #61276 [DependencyInjection] Escape parameters before resolving env placeholders (MatTheCat)

0 commit comments

Comments
 (0)