mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-18 02:12:06 +01:00
Update changelog
This commit is contained in:
parent
52fa7e4d46
commit
2e730a2c48
1 changed files with 4 additions and 1 deletions
|
@ -5,8 +5,11 @@ SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
# PGPainless Changelog
|
# PGPainless Changelog
|
||||||
|
|
||||||
## 1.5.2-SNAPSHOT
|
## 1.5.2-rc1
|
||||||
- Bump `sop-java` to `6.1.0`
|
- Bump `sop-java` to `6.1.0`
|
||||||
|
- Normalize `OpenPgpMessageInputStream.read()` behaviour when reading past the stream
|
||||||
|
- Instead of throwing a `MalformedOpenPgpMessageException` which could throw off unsuspecting parsers,
|
||||||
|
we now simply return `-1` like every other `InputStream`.
|
||||||
|
|
||||||
## 1.5.1
|
## 1.5.1
|
||||||
- SOP: Emit signature `mode:{binary|text}` in `Verification` results
|
- SOP: Emit signature `mode:{binary|text}` in `Verification` results
|
||||||
|
|
Loading…
Reference in a new issue