Skip to content

Commit 8871441

Browse files
minor #50798 [Lock] add missing UPGRADE and CHANGELOG Lock mention #50689 (alli83)
This PR was merged into the 6.3 branch. Discussion ---------- [Lock] add missing UPGRADE and CHANGELOG Lock mention #50689 | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | $isSameDatabase parameter for DoctrineDbalStore was added in #48999. Also related to #50689 Commits ------- 147067d [Lock] add missing UPGRADE and CHANGELOG Lock mention #50689
2 parents 7d549df + 147067d commit 8871441

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

UPGRADE-6.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Lock
101101
----
102102

103103
* Deprecate the `gcProbablity` option to fix a typo in its name, use the `gcProbability` option instead
104+
* Add optional parameter `$isSameDatabase` to `DoctrineDbalStore::configureSchema()`
104105

105106
Messenger
106107
---------

src/Symfony/Component/Lock/CHANGELOG.md

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

77
* Create migration for lock table when DoctrineDbalStore is used
8+
* Add optional parameter `$isSameDatabase` to `DoctrineDbalStore::configureSchema()`
89
* Add support for Relay PHP extension for Redis
910
* Renamed the `gcProbablity` option to `gcProbability` to fix a typo in its name
1011

0 commit comments

Comments
 (0)