Adding changelog

This commit is contained in:
Nyholm 2021-02-02 21:33:33 +01:00
parent 81d6a49750
commit 9af1e20dae
No known key found for this signature in database
GPG Key ID: D6332DE2B6F8FA38
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,8 @@ CHANGELOG
5.3
---
* Deprecated the `prefetch_count` parameter, it has no effect and will be removed in Symfony 6.0.
* Deprecated the `prefetch_count` parameter, it has no effect and will be removed in Symfony 6.0.
* `AmqpReceiver` implements `QueueReceiverInterface` to fetch messages from a specific set of queues.
5.2.0
-----

View File

@ -5,6 +5,7 @@ CHANGELOG
---
* `InMemoryTransport` can perform message serialization through dsn `in-memory://?serialize=true`.
* Added `queues` option to `Worker` to only fetch messages from a specific queue from a receiver implementing `QueueReceiverInterface`.
5.2.0
-----