From 3663df69376aafdf87d423804653b9579de64f49 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 19 Dec 2019 10:49:57 -0500 Subject: [PATCH] changes file for ticket 32806 --- changes/ticket32806 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ticket32806 diff --git a/changes/ticket32806 b/changes/ticket32806 new file mode 100644 index 0000000000..357e281d36 --- /dev/null +++ b/changes/ticket32806 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Use our new configuration architecture to move most authority-related + options to the directory authority module. Closes ticket 32806.