changes tile for ticket 31241

This commit is contained in:
Nick Mathewson 2019-10-24 20:25:36 -04:00
parent 620e40bcfc
commit 94853b4ab6

5
changes/ticket31241 Normal file
View File

@ -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.