diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-02 22:58:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 22:58:38 +0530 |
commit | db77ceccadd6e868b1c6e34a581e1bc0ef9d8592 (patch) | |
tree | 5dcb362812124747c2538b3667dd7dcf6f5f6a54 /openpgp-ktx | |
parent | a57c0136192e00488beae3e2be094f2a358cff76 (diff) |
Fix incorrect changelog entries (#1401)
Diffstat (limited to 'openpgp-ktx')
-rw-r--r-- | openpgp-ktx/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp-ktx/CHANGELOG.md b/openpgp-ktx/CHANGELOG.md index 2b2ff9f7..707c2af5 100644 --- a/openpgp-ktx/CHANGELOG.md +++ b/openpgp-ktx/CHANGELOG.md @@ -3,6 +3,7 @@ ### [Unreleased] - The library now requires Kotlin 1.5.0 configured with `kotlinOptions.languageVersion = "1.5"`. +- The synchronous and callback based APIs in `OpenPgpApi` have been removed in favor of a singular coroutines-based entrypoint. - Accept emails without a TLD ### [3.0.0] - 2021-04-10 |