summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-20 14:35:33 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-20 14:35:33 -0400
commitcb813a352c1ee76c101fe2143b6fff75842b9e42 (patch)
treecc2e7c17af5195973725906fc001ccfd8e14b1b1 /changes
parent44aa586dea7d8fb4a7db2d0beae46a0c3ae7589b (diff)
downloadtor-cb813a352c1ee76c101fe2143b6fff75842b9e42.tar.gz
tor-cb813a352c1ee76c101fe2143b6fff75842b9e42.zip
Fix documentation bug 25857: the universe is ::/0, not ::/128
Patch from CTassisF.
Diffstat (limited to 'changes')
-rw-r--r--changes/258573
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/25857 b/changes/25857
new file mode 100644
index 0000000000..e457af2f82
--- /dev/null
+++ b/changes/25857
@@ -0,0 +1,3 @@
+ o Documentation:
+ - Correct an IPv6 error in the documentation for ExitPolicy.
+ Closes ticket 25857. Patch from "CTassisF".