소스 검색

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.