Skip to content

Commit 127a824

Browse files
committed
minor symfony#57864 [Cache] document igbinary changes in the Cache component (xabbuh)
This PR was merged into the 7.2 branch. Discussion ---------- [Cache] document igbinary changes in the Cache component | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- a0bdc0f document igbinary changes in the Cache component
2 parents 7368685 + a0bdc0f commit 127a824

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)