Explorar o código

changes file for pubsub code

Nick Mathewson %!s(int64=7) %!d(string=hai) anos
pai
achega
3767eff9bb
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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.