aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40041
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-14 14:41:21 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-16 09:02:10 -0400
commitae8072e8ff57b7c809de825370518b6377e4478a (patch)
treed10c84d5ce90c609fedb8e673520799d6029361b /changes/ticket40041
parentab428ef60b701075158f1c06676bcc394f0969b2 (diff)
downloadtor-ae8072e8ff57b7c809de825370518b6377e4478a.tar.gz
tor-ae8072e8ff57b7c809de825370518b6377e4478a.zip
Changes file for 40041.
Closes #40041.
Diffstat (limited to 'changes/ticket40041')
-rw-r--r--changes/ticket400419
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/ticket40041 b/changes/ticket40041
new file mode 100644
index 0000000000..cc680db7c5
--- /dev/null
+++ b/changes/ticket40041
@@ -0,0 +1,9 @@
+ o Minor features (logging):
+ - Provide more complete descriptions of our connections when logging
+ about them. Closes ticket 40041.
+
+ o Code simplification and refactoring:
+ - Refactor our code that logs a descriptions of connections, channels,
+ and the peers on them, to use a single call path. This change
+ enables us to refactor the data types that they use, and eliminate
+ many confusing users of those types. Closes ticket 40041.