From 5e9a5b80d169bc69a37d04e6f402dcc366069e99 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Fri, 12 Jan 2024 15:35:07 -0500 Subject: [PATCH] Update changelog to include last change --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8cb25c1..b0396dd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,7 @@ Changelog 3.3.0 (2024-01-12) ------------------ +- Allow space character in exchange and queue names (#47) - Convert AMQP timestamp property to handle milliseconds (#48 - `david1155 `_) - Remove internal must be false check to support RabbitMQ Tracing (#50 - `hari01584 `_) - Remove usage of deprecated datetime.utcfromtimestamp (#52 - `decaz `_)