summaryrefslogtreecommitdiff
path: root/changes/pubsub
blob: f67b36b988fb4d9d38a88c1f41e23e6f42f92d17 (plain)
1
2
3
4
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.