From 147067d65b3ed1ed4ae0bf89491aa5ad506db44c Mon Sep 17 00:00:00 2001 From: Allison Guilhem Date: Tue, 27 Jun 2023 18:35:50 +0200 Subject: [PATCH] [Lock] add missing UPGRADE and CHANGELOG Lock mention #50689 --- UPGRADE-6.3.md | 1 + src/Symfony/Component/Lock/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/UPGRADE-6.3.md b/UPGRADE-6.3.md index 94a33f7d1b1b3..0ad0f71de74e8 100644 --- a/UPGRADE-6.3.md +++ b/UPGRADE-6.3.md @@ -101,6 +101,7 @@ Lock ---- * Deprecate the `gcProbablity` option to fix a typo in its name, use the `gcProbability` option instead + * Add optional parameter `$isSameDatabase` to `DoctrineDbalStore::configureSchema()` Messenger --------- diff --git a/src/Symfony/Component/Lock/CHANGELOG.md b/src/Symfony/Component/Lock/CHANGELOG.md index 41a68fdabcbcf..59b02ce2eb666 100644 --- a/src/Symfony/Component/Lock/CHANGELOG.md +++ b/src/Symfony/Component/Lock/CHANGELOG.md @@ -5,6 +5,7 @@ CHANGELOG --- * Create migration for lock table when DoctrineDbalStore is used + * Add optional parameter `$isSameDatabase` to `DoctrineDbalStore::configureSchema()` * Add support for Relay PHP extension for Redis * Renamed the `gcProbablity` option to `gcProbability` to fix a typo in its name