summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-08-24 13:57:31 -0400
committerRoger Dingledine <arma@torproject.org>2016-08-24 13:57:31 -0400
commit5e864b285e4338d18b52b5d6530360a8593bde77 (patch)
tree250db0b3e6727188216587c229e70ae846d57698
parent10f86071253851a59cf70c09f3036b9fa73b83db (diff)
downloadtor-5e864b285e4338d18b52b5d6530360a8593bde77.tar.gz
tor-5e864b285e4338d18b52b5d6530360a8593bde77.zip
fix typo and possible confusion in changelog entry
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 153dc40e1e..8fbda5a6c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,10 +11,10 @@ Changes in version 0.2.9.2-alpha - 2016-08-24
o Major bugfixes (client, security, also in 0.2.8.7):
- Only use the ReachableAddresses option to restrict the first hop
- in a path. Previously, it would apply to every hop in the path,
- with a possible degredation in anonymity for anyone using an
- uncommon ReachableAddress setting. Fixes bug 19973; bugfix
- on 0.2.8.2-alpha.
+ in a path. In earlier versions of 0.2.8.x, it would apply to
+ every hop in the path, with a possible degradation in anonymity
+ for anyone using an uncommon ReachableAddress setting. Fixes bug
+ 19973; bugfix on 0.2.8.2-alpha.
o Major features (user interface):
- Tor now supports the ability to declare options deprecated, so