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
60cbcac58b
commit
bccdcfc2d6
1 changed files with 12 additions and 0 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
# PGPainless Changelog
|
||||
|
||||
## 0.2.3
|
||||
- Introduce new simplified decryption API
|
||||
The new API (`withOptions(ConsumerOptions)`) resembles the encryption API and is more friendly to dynamic
|
||||
construction of decryption properties
|
||||
The old API has been deprecated and will be removed in a future release
|
||||
- Add `example` package in the JUnit tests
|
||||
This package contains always-up-to-date usage examples for the PGPainless' API and various use cases
|
||||
- Add `KeyRingInfo.getVersion`
|
||||
- Add `CachingSecretKeyRingProtector.addPassphrase(OpenPgpV4Fingerprint, Passphrase)`
|
||||
- Make builds of all jars reproducible
|
||||
- Fix `NullPointerException` in `KeyRingInfo.getExpirationDateForUse()`
|
||||
|
||||
## 0.2.2
|
||||
- Fix bug where adding a subkey would ignore the user-requested key flags
|
||||
This would cause subkeys to erroneously carry the certify-others key flag
|
||||
|
|
Loading…
Reference in a new issue