Add changes file.

This commit is contained in:
George Kadianakis 2018-06-14 15:53:31 +03:00 committed by Nick Mathewson
parent 1d2333405e
commit f00b7a7faa

5
changes/bug25552 Normal file
View File

@ -0,0 +1,5 @@
o Major feature (onion services):
- Improve revision counter generation in next-gen onion services. Onion
services can now scale by hosting multiple instances on different hosts
without synchronization between them, which was previously impossible
because descriptors would get rejected by HSDirs. Addresses ticket 25552.