Add changes file for ticket 33816

This commit is contained in:
Neel Chauhan 2020-06-11 11:08:18 -07:00 committed by Nick Mathewson
parent 3bb955a02f
commit 5a89fd2a04

4
changes/ticket33816 Normal file
View File

@ -0,0 +1,4 @@
o Code simplification and refactoring:
- When an extend cell is missing an IPv4 or IPv6 address, fill in the address
from the extend info. This is similar to what was done in ticket 33633 for
ed25519 keys. Closes ticket 33816. Patch by Neel Chauhan.