prop250: Add changes file

Fixes #16943

Signed-off-by: David Goulet <dgoulet@torproject.org>
Signed-off-by: George Kadianakis <desnacked@riseup.net>
This commit is contained in:
David Goulet 2016-05-03 11:47:13 -04:00
parent 39be8af709
commit b12d4852ef

8
changes/bug16943 Normal file
View File

@ -0,0 +1,8 @@
o Major features (dirauths, security, hidden services):
- Directory authorities can now perform the shared randomness protocol
specified by proposal 250. Using this protocol, directory authorities can
generate a global fresh random number every day. In the future, this
global randomness will be used by hidden services to select their
responsible HSDirs. This release only implements the directory authority
feature; the hidden service side will be implemented in the future as
part of proposal 224 . Resolves ticket #16943 and proposal 250.