diff --git a/doc/relnotes/README.md b/doc/relnotes/README.md index ff13713ec..989051f09 100644 --- a/doc/relnotes/README.md +++ b/doc/relnotes/README.md @@ -24,10 +24,11 @@ evil organizations. * All chains enable Sapling at height 1 like Hush + DragonX * This means there is no need to call `NetworkUpgradeActive` on every block height which means syncing is faster - * Update to wolfssl 5.2.0: https://git.hush.is/hush/hush3/issues/380 * Delete cryptoconditions: https://git.hush.is/hush/hush3/issues/381 * This means Hush+DragonX full nodes take up a lot less memory and binaries are smaller - * It also means syncing is faster + * It also means syncing, rescanning and compiling is faster + * CLI options related to CryptoConditions ( `-ac_cc -ac_cclib -ac_ccenable -ac_ccactivate) have been removed + * Update to wolfssl 5.2.0: https://git.hush.is/hush/hush3/issues/380 * Better error message: https://git.hush.is/hush/hush3/commit/f64c10baa9ae6940f434f6ff6750b299c1da548e, https://git.hush.is/hush/hush3/commit/f71f8124c3ffb8df6d83f6fd00201cb11aa0f239 * Improve `hush_scanner` and seed node contrib file: https://git.hush.is/hush/hush3/commit/16dd3aef74ac312bc8953af34a3d9a297b03d9f4 * Remove unused Makefile: https://git.hush.is/hush/hush3/issues/291