diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-19 10:19:22 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-19 10:19:22 -0500 |
commit | 69c8d6add581fbe817739cb79b2008d6f992fa85 (patch) | |
tree | b3d1de802c5ba0669a198f14dd1fbe9123332152 | |
parent | 2c8a151323d725d6b9d1300acf3d3d5a9b4dc071 (diff) | |
download | tor-69c8d6add581fbe817739cb79b2008d6f992fa85.tar.gz tor-69c8d6add581fbe817739cb79b2008d6f992fa85.zip |
Fix a lint-changes warning
-rw-r--r-- | changes/20511 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/20511 b/changes/20511 index d6e962eeb7..e2fcde7b4e 100644 --- a/changes/20511 +++ b/changes/20511 @@ -1,3 +1,3 @@ - o Minor feature: + o Minor feature (directory cache): - Relays and bridges will now refuse to serve the consensus they have if they know it is too old for a client to use. Closes ticket 20511. |