summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-08-26 09:38:24 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-08-26 09:38:24 -0400
commit24bc2cd7b5ab32d6a34dee3a27d5d383a383b270 (patch)
tree3cc184b059253d383a7d0a86a05b491a4c118396 /changes
parent6ba05eea8efcfc1f9b4a382ee1849e49ea242891 (diff)
parent38c4e1426c2964f4c27d2486b81867bff6d55b8a (diff)
downloadtor-24bc2cd7b5ab32d6a34dee3a27d5d383a383b270.tar.gz
tor-24bc2cd7b5ab32d6a34dee3a27d5d383a383b270.zip
Merge branch 'tor-github/pr/1254'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket309356
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket30935 b/changes/ticket30935
new file mode 100644
index 0000000000..5a7e918895
--- /dev/null
+++ b/changes/ticket30935
@@ -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.