changes file for pubsub code

This commit is contained in:
Nick Mathewson 2019-03-26 20:07:26 -04:00
parent 203e9138d1
commit 3767eff9bb

5
changes/pubsub Normal file
View File

@ -0,0 +1,5 @@
o Major features (code organization):
- Tor now includes a generic publish-subscribe message-passing subsystem
that we can use to organize intermodule dependencies. We hope to use
this to reduce dependencies between modules that don't need to be
related, and to generally simplify our codebase. Closes ticket 28226.