changes file for ticket30935

This commit is contained in:
Nick Mathewson 2019-08-26 09:33:29 -04:00
parent cde662e259
commit 38c4e1426c

6
changes/ticket30935 Normal file
View File

@ -0,0 +1,6 @@
o Code simplification and refactoring:
- Numerous simplifications in configuration-handling logic:
remove duplicated macro definitions, replace magical names
with flags, and refactor "TestingTorNetwork" to use the
same default-option logic as the rest of Tor.
Closes ticket 30935.