We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d549df commit 147067dCopy full SHA for 147067d
UPGRADE-6.3.md
@@ -101,6 +101,7 @@ Lock
101
----
102
103
* Deprecate the `gcProbablity` option to fix a typo in its name, use the `gcProbability` option instead
104
+ * Add optional parameter `$isSameDatabase` to `DoctrineDbalStore::configureSchema()`
105
106
Messenger
107
---------
src/Symfony/Component/Lock/CHANGELOG.md
@@ -5,6 +5,7 @@ CHANGELOG
5
---
6
7
* Create migration for lock table when DoctrineDbalStore is used
8
9
* Add support for Relay PHP extension for Redis
10
* Renamed the `gcProbablity` option to `gcProbability` to fix a typo in its name
11
0 commit comments