summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-03-10 09:51:30 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-03-10 09:51:30 -0500
commit9f9fed3fd167d564ec669ee46d2da923fb887803 (patch)
tree13e2523ae1145cad8cbcce150b44a62527476687 /changes
parent05564a852110c0c908b03acba57d3b7b8dc222b4 (diff)
downloadtor-9f9fed3fd167d564ec669ee46d2da923fb887803.tar.gz
tor-9f9fed3fd167d564ec669ee46d2da923fb887803.zip
vote: Add "stats" line
Closes #40314 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket403144
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40314 b/changes/ticket40314
new file mode 100644
index 0000000000..328687c265
--- /dev/null
+++ b/changes/ticket40314
@@ -0,0 +1,4 @@
+ o Minor feature (Vote document):
+ - Add the "stats" line in a directory authority vote in order to report
+ various statistics that the authority has computed for the relays. This
+ will help us diagnose better the network. Close ticket 40314.