Skip to content

Commit a0bdc0f

Browse files
committed
document igbinary changes in the Cache component
1 parent a58cfb3 commit a0bdc0f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

UPGRADE-7.2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Read more about this in the [Symfony documentation](https://symfony.com/doc/7.2/
88

99
If you're upgrading from a version below 7.1, follow the [7.1 upgrade guide](UPGRADE-7.1.md) first.
1010

11+
Cache
12+
-----
13+
14+
* `igbinary_serialize()` is not used by default when the igbinary extension is installed
15+
1116
Form
1217
----
1318

src/Symfony/Component/Cache/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
7.2
55
---
66

7+
* `igbinary_serialize()` is not used by default when the igbinary extension is installed
78
* Add optional `Psr\Clock\ClockInterface` parameter to `ArrayAdapter`
89

910
7.1

0 commit comments

Comments
 (0)