Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 208861a

Browse files
committed
[DoctrineBridge] add missing changelog mention for isSameDatabase arg introduced in #48059
1 parent 7775816 commit 208861a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Symfony/Bridge/Doctrine/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ CHANGELOG
99
* Deprecate `DoctrineDbalCacheAdapterSchemaSubscriber` in favor of `DoctrineDbalCacheAdapterSchemaListener`
1010
* Deprecate `MessengerTransportDoctrineSchemaSubscriber` in favor of `MessengerTransportDoctrineSchemaListener`
1111
* Deprecate `RememberMeTokenProviderDoctrineSchemaSubscriber` in favor of `RememberMeTokenProviderDoctrineSchemaListener`
12+
* Add optional parameter `$isSameDatabase` to `DoctrineTokenProvider::configureSchema()`
1213

1314
6.2
1415
---

src/Symfony/Component/Cache/CHANGELOG.md

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

77
* Add support for Relay PHP extension for Redis
88
* Updates to allow Redis cluster connections using predis/predis:^2.0
9+
* Add optional parameter `$isSameDatabase` to `DoctrineDbalAdapter::configureSchema()`
910

1011
6.1
1112
---

src/Symfony/Component/Messenger/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ CHANGELOG
1515
`StopWorkerOnSignalsListener` and make it configurable with SIGINT and
1616
SIGTERM by default
1717
* Add `RedispatchMessage` and `RedispatchMessageHandler`
18+
* Add optional parameter `$isSameDatabase` to `DoctrineTransport::configureSchema()`
1819

1920
6.2
2021
---

0 commit comments

Comments
 (0)