summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-22 12:52:32 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-22 12:52:32 -0400
commit7d75e1dbdf9ab1fc0bbde086ca22a116de0216f4 (patch)
tree2ba60887e53905e357d632a04ee4bd6b6b1d4805 /changes
parent3989dd16161d4719689b37ccf37a69975b86191c (diff)
parent4413b030f28fcbe96f1b568796b20a7e90d55301 (diff)
downloadtor-7d75e1dbdf9ab1fc0bbde086ca22a116de0216f4.tar.gz
tor-7d75e1dbdf9ab1fc0bbde086ca22a116de0216f4.zip
Merge remote-tracking branch 'tor-github/pr/1446'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket321854
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32185 b/changes/ticket32185
new file mode 100644
index 0000000000..86f5dc5af1
--- /dev/null
+++ b/changes/ticket32185
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Simplify the options_validate() code so that it looks at the default
+ options directly, rather than taking default options as an argument.
+ This change lets us simplify its interface. Closes ticket 32185.