summaryrefslogtreecommitdiff
path: root/changes/bug32883
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug32883')
-rw-r--r--changes/bug328835
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug32883 b/changes/bug32883
new file mode 100644
index 0000000000..6a15e0221b
--- /dev/null
+++ b/changes/bug32883
@@ -0,0 +1,5 @@
+ o Code simplification and refactoring (windows services):
+ - The windows service logic now uses the tor_api.h entry points, to
+ avoid needless code duplication, and to prevent bugs related to
+ the different entry points getting out of sync. Closes ticket
+ 32883.