[Messenger][Redis] Add missing changelog entry

This commit is contained in:
Robin Chalas 2020-02-11 09:39:26 +01:00
parent 0b8adc99a7
commit 08fb0c4dfd

View File

@ -7,3 +7,5 @@ CHANGELOG
* Introduced the Redis bridge.
* Added TLS option in the DSN. Example: `redis://127.0.0.1?tls=1`
* Deprecated use of invalid options
* Added ability to receive of old pending messages with new `redeliver_timeout`
and `claim_interval` options.