10000 [DoctrineBridge] add missing changelog mention for isSameDatabase arg… by alli83 · Pull Request #50784 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[DoctrineBridge] add missing changelog mention for isSameDatabase arg… #50784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Symfony/Bridge/Doctrine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CHANGELOG
* Deprecate `DoctrineDbalCacheAdapterSchemaSubscriber` in favor of `DoctrineDbalCacheAdapterSchemaListener`
* Deprecate `MessengerTransportDoctrineSchemaSubscriber` in favor of `MessengerTransportDoctrineSchemaListener`
* Deprecate `RememberMeTokenProviderDoctrineSchemaSubscriber` in favor of `RememberMeTokenProviderDoctrineSchemaListener`
* Add optional parameter `$isSameDatabase` to `DoctrineTokenProvider::configureSchema()`

6.2
---
Expand Down
1 change: 1 addition & 0 deletions src/Symfony/Component/Cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CHANGELOG

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

6.1
---
Expand Down
1 change: 1 addition & 0 deletions src/Symfony/Component/Messenger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ CHANGELOG
`StopWorkerOnSignalsListener` and make it configurable with SIGINT and
SIGTERM by default
* Add `RedispatchMessage` and `RedispatchMessageHandler`
* Add optional parameter `$isSameDatabase` to `DoctrineTransport::configureSchema()`

6.2
---
Expand Down
0