commit a1b0283040723474377a5746dbd01782a9b7eaa7 Author: Nick Mathewson nickm@torproject.org Date: Fri Sep 21 09:38:51 2018 -0400
Changes file for #26747 --- changes/ticket26747 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/changes/ticket26747 b/changes/ticket26747 new file mode 100644 index 000000000..3c2767f0a --- /dev/null +++ b/changes/ticket26747 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Divide more large Tor source files -- especially ones that span + multiple areas of functionality -- into smaller parts, including + onion.c and main.c. Closes ticket 26747.