fixed typo

This commit is contained in:
Fabien Potencier 2019-03-30 08:22:54 +01:00
parent 6ffad7bba4
commit 7cb14f3186

View File

@ -5,7 +5,7 @@ CHANGELOG
-----
* Added a new `SyncTransport` along with `ForceCallHandlersStamp` to
explicitly handle messages asynchronously.
explicitly handle messages synchronously.
* Added optional parameter `prefetch_count` in connection configuration,
to setup channel prefetch count
* New classes: `RoutableMessageBus`, `AddBusNameStampMiddleware`