changes file for subsystems api (28330)

This commit is contained in:
Nick Mathewson 2018-11-05 09:42:16 -05:00
parent 32b23a4c40
commit adecda7539

6
changes/subsystems Normal file
View File

@ -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.