summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-24 20:25:36 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-24 20:38:02 -0400
commit94853b4ab6930b0be92bd3e62ffe761b12493c96 (patch)
treee5ab75b70b71c23f2cd676db54400febc68bb574 /changes
parent620e40bcfca294b405b46faf0eaaec70c91cf564 (diff)
downloadtor-94853b4ab6930b0be92bd3e62ffe761b12493c96.tar.gz
tor-94853b4ab6930b0be92bd3e62ffe761b12493c96.zip
changes tile for ticket 31241
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket312415
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket31241 b/changes/ticket31241
new file mode 100644
index 0000000000..64852ca4be
--- /dev/null
+++ b/changes/ticket31241
@@ -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.