mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 18:02:05 +01:00
Update changelog
This commit is contained in:
parent
7faa6c580a
commit
6f161c8336
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue