From d159bdb0f498167c2f9ea0004a56bf6f64f2c9ff Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 8 Feb 2021 10:31:18 -0500 Subject: [PATCH] Add a colon to ticket40249 changes entry --- changes/ticket40249 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/ticket40249 b/changes/ticket40249 index 11c40bc5a3..f9a1528a26 100644 --- a/changes/ticket40249 +++ b/changes/ticket40249 @@ -1,3 +1,3 @@ - o Minor features (control port, stream handling) + o Minor features (control port, stream handling): - Add the stream ID argument to the event line in the ADDRMAP control event. Closes ticket 40249. Patch by Neel Chauhan.