Changes file for 31625 (config flag refactor)

This commit is contained in:
Nick Mathewson
2019-09-05 11:48:54 -04:00
committed by David Goulet
parent bbd40e690e
commit d545fe1992
+4
View File
@@ -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.