Add a changes file for ticket 31637.

This commit is contained in:
Nick Mathewson 2019-09-12 16:54:32 -04:00
parent 850a00dc07
commit 98ab3817a8

6
changes/ticket31637 Normal file
View File

@ -0,0 +1,6 @@
o Minor features (testing):
- Add a script to invoke "tor --dump-config" and "tor --verify-config"
with various configuration options, and see whether tor's resulting
configuration or error messages are what we expect. Use it for
integration testing of our +Option and /Option flags.
Closes ticket 31637.