From 91bba8f6ecec696bfd43270bc040309ebe6babb6 Mon Sep 17 00:00:00 2001 From: Johan Kok Date: Mon, 27 Apr 2020 07:53:17 +0200 Subject: [PATCH] Updated changelog for mq_exchange_type Minor edit to add missing `mq_exchange_type` to the changelog. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0acc3276..32dc0d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,8 +59,8 @@ contains potentially breaking changes. #### Enhancements - * Exchange type is now configurable via the `` config setting. Supported exchanges must be - compatible with topic exchanges (e.g. wrap it). Default value is `"topic"`. + * Exchange type is now configurable via the `mq_exchange_type` config setting. Supported exchanges must be + compatible with topic exchanges (e.g. wrap it). Default value is `topic`. This feature is limited to topic and delayed message exchange plugins and is mostly useful for forward compatibility.