From 29f91c52d980b1d333432b36c1717ee8fa562505 Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:34:13 +0000 Subject: [PATCH] Updating Change Log --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da4016e7..a0e12a4f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,8 @@ TBD - Expanded Auto Generation to support Literal Type Hinting, if python version >= 3.8 - Fixed self reference bug in SystemClient +- Add PublishClient for broadcasting requests to Topics +- Add @subscribe annotation for commands to listen to topics 3.19.0 ------