From 3ee60b82b98adba65da8e77959e3240fa7016445 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Mon, 14 Jun 2021 01:54:32 -0500 Subject: [PATCH] CHANGELOG: add missing entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d92a4f..3c20cd45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - SSH2: add getAuthMethodsToContinue() method (#1648) - SSH2: timeout would occasionally infinitely loop - SSH2: fix PHP7.4 errors about accessing bool as string (#1656) +- SSH2: fix issue with key re-exchange (#1644) - SFTP: reopen channel on channel closure (#1654) - X509: extra characters before cert weren't being removed (#1659) - ASN1: fix timezone issue when non-utc time is given (#1562)