Changes file for CONST_TO_*() functions.

Closes #40046.
This commit is contained in:
Nick Mathewson
2020-07-16 10:34:44 -04:00
committed by David Goulet
parent 7ebfa607b2
commit f0204a3c34
+3
View File
@@ -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.