chore: update doc/migrations/v0.28-v0.29.md

This commit is contained in:
Jacob Heun 2020-09-16 15:45:41 +02:00 committed by GitHub
parent 7c8120caca
commit 0381ea9643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ libp2p.pubsub.on(topic, handler)
libp2p.pubsub.subscribe(topic)
```
In the latest releases, despite not being documented in `libp2p` the underlying pubsub routers supported subscribing to multiple topics at the same time. We removed that code complexity, since this is easily achieved in the application layer if needed.
In the latest release, despite not being documented in `libp2p` the underlying pubsub routers supported subscribing to multiple topics at the same time. We removed that code complexity, since this is easily achieved in the application layer if needed.
**Before**