Skip to content

Commit

Permalink
[DoctrineBridge] add missing changelog mention for isSameDatabase arg…
Browse files Browse the repository at this point in the history
… introduced in symfony#48059
  • Loading branch information
alli83 committed Jun 26, 2023
1 parent 7775816 commit 208861a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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 comments on commit 208861a

Please sign in to comment.