diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-05 11:48:54 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-09-11 09:42:19 -0400 |
commit | d545fe1992432004689c66372f1a61e7c3fb7899 (patch) | |
tree | b64cd49b4c514e6e13947101e3cc855573491286 /changes | |
parent | bbd40e690ee596af60fb38c5e89dec92f6091b1d (diff) | |
download | tor-d545fe1992432004689c66372f1a61e7c3fb7899.tar.gz tor-d545fe1992432004689c66372f1a61e7c3fb7899.zip |
Changes file for 31625 (config flag refactor)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket31625 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket31625 b/changes/ticket31625 new file mode 100644 index 0000000000..822a921e4f --- /dev/null +++ b/changes/ticket31625 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Replace our ad-hoc set of flags for configuration variables and + configuration variable types with fine-grained orthogonal flags + corresponding to the actual behavior we want. Closes ticket 31625. |