summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-29 16:44:59 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-29 16:44:59 -0400
commit7377c0bc060788687a3474b21a6c89cce2aed2fa (patch)
tree30e62f035acf8730a327984fc848b6d6525ffe11
parent01de8edd274240ce1111fe95ed890fea148aecb5 (diff)
downloadtor-7377c0bc060788687a3474b21a6c89cce2aed2fa.tar.gz
tor-7377c0bc060788687a3474b21a6c89cce2aed2fa.zip
changelog: logic correction
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e2b231b96..d9765be3ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,7 +30,7 @@ Changes in version 0.3.1.4-alpha - 2017-06-29
o Major bugfixes (directory protocol):
- Ensure that we send "304 Not modified" as HTTP status code when a
client is attempting to fetch a consensus or consensus diff, and
- the best one we can send them is one we already have. Fixes bug
+ the best one we can send them is one they already have. Fixes bug
22702; bugfix on 0.3.1.1-alpha.
o Major bugfixes (entry guards):