aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-07-16 12:55:26 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-07-16 12:55:26 -0400
commitf6fc062119231a2f5cda1e841a14a3f912595532 (patch)
tree2e4fb5e1d030c3a4de54d95bd4a6c08ebda20289 /changes
parent39b54bf1dd7975a4a087a8f57e79c2a2202fe755 (diff)
parentf0204a3c3453af3db734b03ad1ebafd151035174 (diff)
downloadtor-f6fc062119231a2f5cda1e841a14a3f912595532.tar.gz
tor-f6fc062119231a2f5cda1e841a14a3f912595532.zip
Merge branch 'tor-gitlab/mr/54'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket400463
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40046 b/changes/ticket40046
new file mode 100644
index 0000000000..68e1ed2544
--- /dev/null
+++ b/changes/ticket40046
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Add and use a set of functions to perform downcasts on constant
+ connection and channel pointers. Closes ticket 40046.