1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-17 18:02:05 +01:00

Update changelog

This commit is contained in:
Paul Schaub 2023-05-01 10:10:50 +02:00
parent 52fa7e4d46
commit 2e730a2c48
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -5,8 +5,11 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 1.5.2-SNAPSHOT
## 1.5.2-rc1
- 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
- SOP: Emit signature `mode:{binary|text}` in `Verification` results