diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 535e69401..421d39379 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,14 +1,14 @@ hush (3.10.3) stable; urgency=high - * Use WolfSSL 4.8.1 which prevents nodes from getting stuck in general and when shutting down + * Use WolfSSL 4.8.1 to prevent nodes from getting stuck and when shutting down * Set minimum fee to 0.1 HUSH per 1 KB of data if `OP_RETURN` is used. - * A feature in absurd fee that allows sending amount < fee, can be used only in a full node by advanced users. + * Absurd fee allows sending amount < fee; used only in a full node. * Fixed various bugs relating to lock ordering and missing locks - * Fixed RPC docs for addnode and disconnectnode having the incorrect port for HACs + * Fixed RPC docs for addnode and disconnectnode having incorrect port for HACs * Value of DEBUG_LOCKORDER is now logged to debug.log on node startup * New script ./debug-build.sh to make it easier to make debug builds * DragonX nodes now have their own list of seed nodes - * Hush nodes now have their own protocol version which is independent from HACs + * Hush nodes now have own protocol version independent from HACs * Fixed off-by-one bug in `newSietchRecipient` * Performance improvement to `ActivateBestChainStep` ed86f2dd1d * Improved navigation in README for new users.