Update changelog

This commit is contained in:
Paul Schaub 2022-08-29 10:42:18 +02:00
parent 7faa6c580a
commit 6f161c8336
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 1.3.6-SNAPSHOT
- Remove deprecated methods
- `ArmorUtils.createArmoredOutputStreamFor()` -> use `ArmorUtils.toAsciiArmoredStream()` instead
- `EncryptionResult.getSymmetricKeyAlgorithm()` -> use `EncryptionResult.getEncryptionAlgorithm()` instead
## 1.3.5
- Add `KeyRingInfo.isCapableOfSigning()`
- Add `KeyRingReader.readKeyRing(*)` methods that can take both secret- and public keys