mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 12:22:06 +01:00
Update changelog
This commit is contained in:
parent
6bef376992
commit
ade07bde85
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ SPDX-License-Identifier: CC0-1.0
|
|||
|
||||
## 1.1.5-SNAPSHOT
|
||||
- SOP encrypt: match signature type when using `encrypt --as=` option
|
||||
- `ProducerOptions.setEncoding()`: The encoding is henceforth only considered metadata and will no longer trigger CRLF encoding
|
||||
- This fixes broken signature generation for mismatching (`StreamEncoding`,`DocumentSignatureType`) tuples.
|
||||
- Applications that rely on CRLF-encoding must now apply that encoding themselves (see [#264](https://github.com/pgpainless/pgpainless/issues/264#issuecomment-1083206738) for details).
|
||||
|
||||
## 1.1.4
|
||||
- Add utility method `KeyRingUtils.removeSecretKey()` to remove secret key part from key ring
|
||||
|
|
Loading…
Reference in a new issue