changelog typo fix

This commit is contained in:
Nick Mathewson 2016-05-19 08:29:45 -04:00
parent 06803c317f
commit 7c7d990704
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
- Fix some edge cases where consensus download connections
may not have been closed, even though they were not needed.
- Make relays retry consensus downloads the correct number of
times, rather than the more aggresive client retry count.
times, rather than the more aggressive client retry count.
- Stop downloading consensuses when we have a consensus,
even if we don't have all the certificates for it yet.
Closes ticket 18943, bugfix on #4483 in 0.2.8.1-alpha,