From 0ee828805e29be670272bb0b03e7209518182502 Mon Sep 17 00:00:00 2001 From: fekt Date: Thu, 29 Jun 2023 23:39:33 -0400 Subject: [PATCH] Update README --- doc/relnotes/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/relnotes/README.md b/doc/relnotes/README.md index 2de5dc92a..92a20220b 100644 --- a/doc/relnotes/README.md +++ b/doc/relnotes/README.md @@ -12,6 +12,10 @@ evil organizations. # Hush 3.9.4 "Maniacal Manticore" +``` +67 files changed, 1295 insertions(+), 1343 deletions(-) +``` + This is an OPTIONAL release. It is recommended for exchanges, solo miners and mining pools to update to this release. * New features and improvements @@ -21,6 +25,7 @@ This is an OPTIONAL release. It is recommended for exchanges, solo miners and mi * Removed mapRequest tracking that only affects Qt display. * Randomized message processing peer order for increased privacy. * Removed BIP35 mempool p2p message for increased privacy. + * Additional community seed node * Build Improvements * Use custom jobs param when compiling boost for faster compile times * Now builds with gcc13 thanks to testing from jahway