Add changes file for ticket #34065

This commit is contained in:
Neel Chauhan 2020-06-11 13:13:13 -07:00 committed by Nick Mathewson
parent 0a3e6d81bb
commit 6209939e86

5
changes/bug34065 Normal file
View File

@ -0,0 +1,5 @@
o Minor features (IPv6, ExcludeNodes):
- Make routerset_contains_router() capable of handling IPv6
addresses. This makes ExcludeNodes capable of excluding an
IPv6 adddress. Previously, ExcludeNodes ignored IPv6
addresses. Closes ticket 34065. Patch by Neel Chauhan.