From 60aa23092976312775ebaf4324fca4beb9e1ebc9 Mon Sep 17 00:00:00 2001 From: Jeroen van Erp Date: Tue, 17 Nov 2020 14:47:18 +0100 Subject: [PATCH] Update release notes for upcoming 0.31.0 --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 72b8e53c..e202f298 100644 --- a/README.adoc +++ b/README.adoc @@ -107,6 +107,7 @@ Fork away! == Release history SSHJ 0.31.0 (????-??-??):: * Merged https://github.com/hierynomus/sshj/pull/630[#630]: Add support for `aes128-gcm@openssh.com` and `aes256-gcm@openssh.com` ciphers +* Merged https://github.com/hierynomus/sshj/pull/636[#636]: Improved Android compatibility SSHJ 0.30.0 (2020-08-17):: * **BREAKING CHANGE**: Removed `setSignatureFactories` and `getSignatureFactories` from the Config and switched them for `getKeyAlgorithms` and `setKeyAlgorithms` * Fixed https://github.com/hierynomus/sshj/pull/588[#588]: Add support for `ssh-rsa2-256` and `ssh-rsa2-512` signatures