From 36c02339712bd3050755d86066a18ad9523aa618 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 20 Aug 2019 11:46:48 +1000 Subject: [PATCH] ChangeLog/ReleaseNotes: fix a typo in the 0.4.1 changes entries Part of 31461. --- ChangeLog | 2 +- ReleaseNotes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0bf876d209..fc3588cad8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -306,7 +306,7 @@ Changes in version 0.4.1.1-alpha - 2019-05-22 circuits. This feature is only enabled when also supported by the circuit's middle node. (Clients may specify fixed middle nodes with the MiddleNodes option, and may force-disable this feature - with the CircuitPadding torrc.) Closes ticket 28634. + with the CircuitPadding option.) Closes ticket 28634. o Major features (code organization): - Tor now includes a generic publish-subscribe message-passing diff --git a/ReleaseNotes b/ReleaseNotes index 0915029463..98df0754ae 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -31,7 +31,7 @@ Changes in version 0.4.1.5 - 2019-08-20 circuits. This feature is only enabled when also supported by the circuit's middle node. (Clients may specify fixed middle nodes with the MiddleNodes option, and may force-disable this feature - with the CircuitPadding torrc.) Closes ticket 28634. + with the CircuitPadding option.) Closes ticket 28634. o Major features (code organization): - Tor now includes a generic publish-subscribe message-passing