]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for options_validate() API changes in #32187.
authorNick Mathewson <nickm@torproject.org>
Tue, 22 Oct 2019 18:21:17 +0000 (14:21 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 22 Oct 2019 18:24:09 +0000 (14:24 -0400)
changes/ticket32187 [new file with mode: 0644]

diff --git a/changes/ticket32187 b/changes/ticket32187
new file mode 100644 (file)
index 0000000..b5b4e16
--- /dev/null
@@ -0,0 +1,3 @@
+  o Code simplification and refactoring:
+    - Remove some unused arguments from the options_validate() function,
+      to simplify our code and tests. Closes ticket 32187.