From b03536539f43a4f9aa33c4f0b2f3a1c752088fcd Mon Sep 17 00:00:00 2001 From: terrafrost Date: Fri, 2 Sep 2022 12:04:26 -0500 Subject: [PATCH] CHANGELOG: PublicKeyLoader -> RSA --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b623e3c8..60c4bdda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.0.38 - 2022-09-02 -- PublicKeyLoader: add support for OpenSSH encrypted keys (#1737, #1733, #1531, #1490) +- RSA: add support for OpenSSH encrypted keys (#1737, #1733, #1531, #1490) - SSH2: fix possibly undefined variable error (#1802) - SFTP: try to delete dir even if it can't be opened (#1791) - SFTP: try without path canonicalization if initial realpath() fails (#1796)