summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-01-12 09:12:15 -0500
committerNick Mathewson <nickm@torproject.org>2021-01-12 09:12:15 -0500
commit9c151f0433fbf31a588dc15a44012cd3e66252a5 (patch)
tree858311b614e9d8a9b93bb61e599d42af9a3408d7 /ChangeLog
parent34cea7a540cc2fdff8d51327de085c478c4c40af (diff)
downloadtor-9c151f0433fbf31a588dc15a44012cd3e66252a5.tar.gz
tor-9c151f0433fbf31a588dc15a44012cd3e66252a5.zip
Small edits to changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a958049948..9b3f0918ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Changes in version 0.4.5.3-rc - 2021-01-12
Though we anticipate that we'll be doing a bit more clean-up between
now and the stable release, we expect that our remaining changes will
- be fairly simple. There will be at lease one more release candidate
+ be fairly simple. There will be at least one more release candidate
before 0.4.5.x is stable.
o Minor features (crypto):
@@ -16,7 +16,7 @@ Changes in version 0.4.5.3-rc - 2021-01-12
weasel for diagnosing this.
o Minor features (documentation):
- - Mention that the "!badexit" directive that can appear in an
+ - Mention the "!badexit" directive that can appear in an
authority's approved-routers file, and update the description of
the "!invalid" directive. Closes ticket 40188.
@@ -30,7 +30,7 @@ Changes in version 0.4.5.3-rc - 2021-01-12
o Minor bugfixes (config, bridge):
- Really fix the case where torrc has a missing ClientTransportPlugin
- but configured with a Bridge line and UseBridges. Previously, we
+ but is configured with a Bridge line and UseBridges. Previously, we
didn't look at the managed proxy list and thus would fail for the
"exec" case. Fixes bug 40106; bugfix on 0.4.5.1-alpha.