add a note about the fixed js interop
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Jul 13, 2018 at 12:54 UTC
265295c78913e2cf0d3ba4889b7fd910028656a2
1 file changed
+4
CHANGELOG.md
+4
@@ -56,6 +56,10 @@ K peers (where K for us is 20). However, we'd often fail to connect to many of
56
these peers so we'd end up putting the value to significantly fewer than K
57
peers. We now try to put the value to the K peers we can actually connect to.
58
59
+Finally, we've fixed JavaScript interoperability in go-multiplex, the one stream
60
+muxer that both go-libp2p and js-libp2p implement. This should significantly
61
+improve go-libp2p and js-libp2p interoperability.
62
+
63
### Multiformats
64
65
We are also changing the way that people write 'ipfs' multiaddrs. Currently,