From a0b2e5cb6aa8db0563fac7d67a949b9baefe3a25 Mon Sep 17 00:00:00 2001 From: nthumann Date: Wed, 11 Mar 2020 00:29:34 +0100 Subject: [PATCH] doc: Add release notes to support multiple interfaces --- doc/release-notes-18309.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/release-notes-18309.md diff --git a/doc/release-notes-18309.md b/doc/release-notes-18309.md new file mode 100644 index 00000000000..b31f85eb6ed --- /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