]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes tile for ticket 31241
authorNick Mathewson <nickm@torproject.org>
Fri, 25 Oct 2019 00:25:36 +0000 (20:25 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 25 Oct 2019 00:38:02 +0000 (20:38 -0400)
changes/ticket31241 [new file with mode: 0644]

diff --git a/changes/ticket31241 b/changes/ticket31241
new file mode 100644 (file)
index 0000000..64852ca
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor features (configuration validation):
+    - Configuration validation can now be done by per-module callbacks,
+      rather than a global validation function.  This will let us reduce the
+      size of config.c and some of its more cumbersome functions.  Closes
+      ticket 31241.