瀏覽代碼

changes file for subsystems api (28330)

Nick Mathewson 6 年之前
父節點
當前提交
adecda7539
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      changes/subsystems

+ 6 - 0
changes/subsystems

@@ -0,0 +1,6 @@
+  o Major features (refactoring):
+    - Tor now uses an explicit list of its own subsystems when initializing
+      and shutting down.  Previously, these systems were managed implicitly
+      though various places throughout the codebase.  (There still some
+      subsystems using the old system.)
+      Closes ticket 28330.