8000 minor #50784 [DoctrineBridge] add missing changelog mention for isSam… · symfony/symfony@4d95577 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d95577

Browse files
minor #50784 [DoctrineBridge] add missing changelog mention for isSameDatabase arg… (alli83)
This PR was merged into the 6.3 branch. Discussion ---------- [DoctrineBridge] add missing changelog mention for isSameDatabase arg… | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | $isSameDatabase parameter was introduced in #48059. It has been added in order to know whether the database used by doctrine is the same as the one used by the component when integrating the latter with doctrine migrations. Also related to #50699 (UPGRADE mention) and #50689 Commits ------- 208861a [DoctrineBridge] add missing changelog mention for isSameDatabase arg introduced in #48059
2 parents 7775816 + 208861a commit 4d95577

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)
0