diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-26 20:07:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-26 20:10:56 -0400 |
commit | 3767eff9bb712bccc86718647c7dc84998a7f95f (patch) | |
tree | f9967dc3f0b26d5bb970ff90c824a569b75aba33 /changes | |
parent | 203e9138d1f714e5ad42884f75d50cd31c3bae3b (diff) | |
download | tor-3767eff9bb712bccc86718647c7dc84998a7f95f.tar.gz tor-3767eff9bb712bccc86718647c7dc84998a7f95f.zip |
changes file for pubsub code
Diffstat (limited to 'changes')
-rw-r--r-- | changes/pubsub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/pubsub b/changes/pubsub new file mode 100644 index 0000000000..f67b36b988 --- /dev/null +++ b/changes/pubsub @@ -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. |