From c812fbb4d6b4d7f30235ab7298a12f09ba13b37c Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sun, 3 Apr 2022 23:57:45 -0500 Subject: [PATCH] CHANGELOG: add 2.0.37 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df8adaab..cee6c7d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.37 - 2022-04-04 + +- RSA: add support for loading PuTTY v3 keys +- Crypt/Base: fix CTR mode with continuous buffer with non-eval PHP +- Crypt/Base: use sodium_increment in _increment_str +- Crypt/Base: fix deprecation notice (#1770) +- SSH2/Agent: rm unused parameter (#1757) + ## 2.0.36 - 2022-01-30 - SSH2: make login() return false if no valid auth methods are found (#1744)