From f366e0fcf07bdf810e5baf026c76e2ac1a225c70 Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Fri, 27 Feb 2026 10:55:16 -0600 Subject: [PATCH] Fix spacing in the 4.4.0 changelog The leading space makes this render as a blockquote in sphinx. Remove and also - fold to an appropriate width - add a trailing `.` --- changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index a8e98ee0..694d7151 100644 --- a/changelog.rst +++ b/changelog.rst @@ -20,7 +20,8 @@ v4.4.0 (2026-02-13) Added ----- - - Added ``TransferClient.get_tunnel_events()``, which fetches the events associated with a tunnel +- Added ``TransferClient.get_tunnel_events()``, which fetches the events + associated with a tunnel. .. _changelog-4.3.1: