From 013a1238336ab860a9c9998e1aec6bc211f33fb3 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 27 Sep 2018 10:30:17 -0400 Subject: [PATCH] Changes file for splitting stats --- changes/ticket27892 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ticket27892 diff --git a/changes/ticket27892 b/changes/ticket27892 new file mode 100644 index 0000000000..da7274c736 --- /dev/null +++ b/changes/ticket27892 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Split the non-statistics-related parts from the rephist.c and geoip.c + modules. Closes ticket 27892.