diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-31 10:26:29 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-31 10:47:54 +0530 |
commit | 152f5527482198027e8adcde7a896356b67dfef3 (patch) | |
tree | 33554535534db5a812fe8175d26fcbfff4cb8fd1 /autofill-parser/CHANGELOG.md | |
parent | a723ded00fdc902fdc9fea9f14fc6ce187802e23 (diff) |
autofill-parser: update changelog
Diffstat (limited to 'autofill-parser/CHANGELOG.md')
-rw-r--r-- | autofill-parser/CHANGELOG.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/autofill-parser/CHANGELOG.md b/autofill-parser/CHANGELOG.md index afe7564f..af3bd2d2 100644 --- a/autofill-parser/CHANGELOG.md +++ b/autofill-parser/CHANGELOG.md @@ -8,12 +8,16 @@ All notable changes to this project will be documented in this file. - Changed the support level for Chrome Beta/Canary/Dev/Stable, Bromite and Ungoogled Chromium to `PasswordFillAndSaveIfNoAccessibility`. -- Updated `androidx.annotation` to 1.1.0 and `androidx.autofill` to `1.2.0-alpha01`. +- Updated `androidx.annotation` to 1.3.0 and `androidx.autofill` to `1.2.0-beta01`. -- The library now requires Kotlin 1.5.0 configured with `kotlinOptions.languageVersion = "1.5"`. +- The library now uses Kotlin 1.6.10 and Coroutines 1.6.0. - Added [Styx](https://github.com/jamal2362/Styx) to supported Autofill browsers. +- The dependency on [timberkt](https://github.com/ajalt/timberkt) has been replaced with [logcat](https://github.com/square/logcat). + +- Updated `publicsuffixes` list to the latest version as of Dec 18 2021. + ### Fixed - Fix build warning from undeclared unsigned type use. |