From 40536768b0414703ab59b718ef3cd74b5811dc61 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 17 Mar 2020 15:02:45 -0400 Subject: [PATCH] Light changelog edit --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a0a1399522..106b41c049 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,7 +24,7 @@ Changes in version 0.4.2.7 - 2020-03-?? - Lowercase the configured value of BridgeDistribution before adding it to the descriptor. Fixes bug 32753; bugfix on 0.3.2.3-alpha. - o Minor bugfixes (hidden services v3, backport from 0.4.3.3-alpha): + o Minor bugfixes (onion services v3, backport from 0.4.3.3-alpha): - Fix an assertion failure that could result from a corrupted ADD_ONION control port command. Found by Saibato. Fixes bug 33137; bugfix on 0.3.3.1-alpha. This issue is also tracked