
30 Mar
2020
30 Mar
'20
5:37 p.m.
commit ec8d41e69931bc717b41831928c720b21719c67f Author: David Goulet <dgoulet@torproject.org> Date: Mon Mar 30 13:36:54 2020 -0400 changes: Add file for ticket 33014 Signed-off-by: David Goulet <dgoulet@torproject.org> --- changes/ticket33014 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/ticket33014 b/changes/ticket33014 new file mode 100644 index 000000000..885051d9c --- /dev/null +++ b/changes/ticket33014 @@ -0,0 +1,3 @@ + o Code simplification and refactoring (onion service): + - Refactor configuration parsing to use the new config subsystem code. + Closes ticket 33014.