summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-03-26 20:07:26 -0400
committerNick Mathewson <nickm@torproject.org>2019-03-26 20:10:56 -0400
commit3767eff9bb712bccc86718647c7dc84998a7f95f (patch)
treef9967dc3f0b26d5bb970ff90c824a569b75aba33 /changes
parent203e9138d1f714e5ad42884f75d50cd31c3bae3b (diff)
downloadtor-3767eff9bb712bccc86718647c7dc84998a7f95f.tar.gz
tor-3767eff9bb712bccc86718647c7dc84998a7f95f.zip
changes file for pubsub code
Diffstat (limited to 'changes')
-rw-r--r--changes/pubsub5
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.