summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-08 20:09:42 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-08 20:09:42 -0400
commita0f051137de293342d692df1d2cfa1386e5e7769 (patch)
tree7dd6e5f9560a9b5dabcbdf69a54d30eb233bbddc /changes
parent26990f3adc06d6907029d4580abdf3488153737e (diff)
parent24ba5fd748a9a27a6069312961843d5f8f662f93 (diff)
downloadtor-a0f051137de293342d692df1d2cfa1386e5e7769.tar.gz
tor-a0f051137de293342d692df1d2cfa1386e5e7769.zip
Merge branch 'ticket25993_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket259934
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket25993 b/changes/ticket25993
new file mode 100644
index 0000000000..8eafcd1812
--- /dev/null
+++ b/changes/ticket25993
@@ -0,0 +1,4 @@
+ o Minor features (testing):
+ - We now have improved testing for addressmap_get_virtual_address()
+ function. This should improve our test coverage, and make our test
+ coverage more deterministic. Closes ticket 25993.