From 74f7d97a4a29699e9d35cd1103bc795f8d220bfe Mon Sep 17 00:00:00 2001 From: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com> Date: Sun, 2 May 2021 10:24:16 -0700 Subject: [PATCH] Apologies to @Chida82 who added log rotate count! (#3369) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e58e7107b9..f045745320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ for setuptools_scm/PEP 440 reasons. - Node will now farm while syncing. - We changed chialisp singletons to take a puzzlehash as its origin. We also updated the DID wallet to use this. - Transactions are now cached for 10 minutes in mempool to retry if there is a failure of a spending attempt. +- Thank you to @Chida82 who made the log rotation count fully configurable. Apologies to him for not initially being included here. - Thank you to @fiveangle for making install.sh more resilient across python installations. - Standard transactions now all have announcements. - VDF verification during sync and normal operations are now cached to enhance node performance.