From 7377c0bc060788687a3474b21a6c89cce2aed2fa Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 29 Jun 2017 16:44:59 -0400 Subject: [PATCH] changelog: logic correction --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3e2b231b9..d9765be3e 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):