mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32:05 +01:00
Update CHANGELOG
This commit is contained in:
parent
620deaa1f9
commit
a8fa501a7a
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -10,6 +10,16 @@ SPDX-License-Identifier: CC0-1.0
|
|||
- This can come in handy when using primary keys stored offline
|
||||
- Add `EncryptionResult.isEncryptedFor(certificate)`
|
||||
- `ArmorUtils.toAsciiArmoredString()` methods now print out primary user-id and brief information about further user-ids (thanks @bratkartoffel for the patch)
|
||||
- Methods of `KeyRingUtils` and `ArmorUtils` classes are now annotated with `@Nonnull/@Nullable`
|
||||
- Enums `fromId(code)` methods are now annotated with `@Nullable` and there are now `requireFromId(code)` counterparts which are `@Nonnull`.
|
||||
- `ProducerOptions.setForYourEyesOnly()` is now deprecated (reason is deprecation in the
|
||||
- [crypto-refresh-05](https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-05.html#name-special-filename-_console-d) document)
|
||||
- Add `SessionKey.toString()`
|
||||
- Partially fix generation of malformed signature packets when using different combinations of `StreamEncoding` and `DocumentSignatureType` values
|
||||
- Unfortunately PGPainless still produces broken signatures when using either `StreamEncoding.TEXT` or `StreamEncoding.UTF8` in combination with `DocumentSignatureType.BINARY_DOCUMENT`.
|
||||
- Deprecate `ProducerOptions.setEncoding(StreamEncoding)`
|
||||
- Will be removed in a future release
|
||||
- Remove `StreamEncoding.MIME` (was removed from the standard)
|
||||
|
||||
## 1.1.3
|
||||
- Make `SigningOptions.getSigningMethods()` part of internal API
|
||||
|
|
Loading…
Reference in a new issue