aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40043
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket40043')
-rw-r--r--changes/ticket400435
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/ticket40043 b/changes/ticket40043
deleted file mode 100644
index 4f63bbb400..0000000000
--- a/changes/ticket40043
+++ /dev/null
@@ -1,5 +0,0 @@
- o Code simplification and refactoring (relay address):
- - Most of IPv4 representation was using "uint32_t". It has now been moved to
- use the internal "tor_addr_t" interface instead. This is so we can
- properly integrate IPv6 along IPv4 with common interfaces. Closes ticket
- 40043.