diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-06-07 15:49:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 10:19:58 +0000 |
commit | 4918e0dbfc40f4124dec51ed065caaceb957c411 (patch) | |
tree | dfc855126b1d461cb517489440b0e03facefac04 /autofill-parser/CHANGELOG.md | |
parent | f2cab211635404758d95c2a4b3ba8116a65688b5 (diff) |
autofill-parser: add Styx as a supported browser (#1431)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
Diffstat (limited to 'autofill-parser/CHANGELOG.md')
-rw-r--r-- | autofill-parser/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autofill-parser/CHANGELOG.md b/autofill-parser/CHANGELOG.md index 05c03861..cc86f037 100644 --- a/autofill-parser/CHANGELOG.md +++ b/autofill-parser/CHANGELOG.md @@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file. - Removed Bromite from supported Autofill browsers, since they [disable Android autofill](https://github.com/bromite/bromite/blob/master/FAQ.md#does-bromite-support-the-android-autofill-framework). +- Added [Styx](https://github.com/jamal2362/Styx) to supported Autofill browsers. + ### Fixed - Fix build warning from undeclared unsigned type use. |