浏览代码

changes file for pubsub code

Nick Mathewson 6 年之前
父节点
当前提交
3767eff9bb
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      changes/pubsub

+ 5 - 0
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.