summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autofill-parser/CHANGELOG.md2
-rw-r--r--openpgp-ktx/CHANGELOG.md1
2 files changed, 1 insertions, 2 deletions
diff --git a/autofill-parser/CHANGELOG.md b/autofill-parser/CHANGELOG.md
index f9a4fc2c..71d94cb5 100644
--- a/autofill-parser/CHANGELOG.md
+++ b/autofill-parser/CHANGELOG.md
@@ -12,8 +12,6 @@ All notable changes to this project will be documented in this file.
- 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.
-
### Fixed
- Fix build warning from undeclared unsigned type use.
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