summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-17 12:01:45 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-17 12:01:45 -0400
commit800b823c292009dd232d9758d1b40c61072e4433 (patch)
tree06cf10e885a608cc72d6870fc35ac82bf28bb165 /changes
parent0081d6c112154ea1e4c1c6ad62e22406f2594e62 (diff)
parentd97d7f0e48495e0b354b30b79992da822d12c15d (diff)
downloadtor-800b823c292009dd232d9758d1b40c61072e4433.tar.gz
tor-800b823c292009dd232d9758d1b40c61072e4433.zip
Merge branch 'cmdline_refactor'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket320034
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32003 b/changes/ticket32003
new file mode 100644
index 0000000000..b8809f288e
--- /dev/null
+++ b/changes/ticket32003
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - When parsing the command line, handle options that determine our "quiet
+ level" and our mode of operation (e.g., --dump-config and so on)
+ all in one table. Closes ticket 32003.