From c6b413069d0364773239e17280cc03d5bd8b747d Mon Sep 17 00:00:00 2001 From: George Thessalonikefs Date: Wed, 2 Feb 2022 11:18:14 +0100 Subject: [PATCH] Changelog entry for #616 - Merge PR #616: Update ratelimit logic. It also introduces ratelimit-backoff and ip-ratelimit-backoff configuration options. --- doc/Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 8c992c4bf..c5658988f 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,7 @@ 2 February 2022: George - Merge PR #532 from Shchelk: Fix: buffer overflow bug. + - Merge PR #616: Update ratelimit logic. It also introduces + ratelimit-backoff and ip-ratelimit-backoff configuration options. 1 February 2022: George - Merge PR #603 from fobser: Use OpenSSL 1.1 API to access DSA and RSA