From f834c754e68eaea8cb32e1368f61f36eaf573aaa Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 30 Apr 2021 23:22:01 +0530 Subject: Refactor openpgp-ktx to leverage coroutines (#1398) * openpgp-ktx: leverage coroutines for async IPC * Unwind nested dispatchers * Fix name shadowing warning Signed-off-by: Harsh Shandilya --- autofill-parser/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autofill-parser') diff --git a/autofill-parser/CHANGELOG.md b/autofill-parser/CHANGELOG.md index 71d94cb5..f9a4fc2c 100644 --- a/autofill-parser/CHANGELOG.md +++ b/autofill-parser/CHANGELOG.md @@ -12,6 +12,8 @@ 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. -- cgit v1.2.3