diff options
author | nthumann <me@n-thumann.de> | 2020-03-11 00:29:34 +0100 |
---|---|---|
committer | nthumann <me@n-thumann.de> | 2020-09-23 23:14:29 +0200 |
commit | a0b2e5cb6aa8db0563fac7d67a949b9baefe3a25 (patch) | |
tree | f8aae8f06c8d584b205bb52dd617c3cda9e89556 /doc | |
parent | b1c3f180ecb63f3960506d202feebaa4271058ae (diff) |
doc: Add release notes to support multiple interfaces
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-18309.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes-18309.md b/doc/release-notes-18309.md new file mode 100644 index 0000000000..b31f85eb6e --- /dev/null +++ b/doc/release-notes-18309.md @@ -0,0 +1,4 @@ +Command-line options +----------------------------- + +The same ZeroMQ notification (e.g. `-zmqpubhashtx=address`) can now be specified multiple times to publish the same notification to different ZeroMQ sockets.
\ No newline at end of file |