diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-09-05 22:48:42 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-05 22:48:42 +0530 |
commit | 3ac9c7d8e70e9102dba19526ee48ab7597e954b3 (patch) | |
tree | 123a4ca4e760ed7209fe83bdd7d28fb8534ff682 /CHANGELOG.md | |
parent | 6713d489746830d83437e6a8f6eb88624070b7c5 (diff) |
PasswordRepository: add custom FS factory for symlink capabilities (#1081)
Co-authored-by: Fabian Henneke <fabian@henneke.me>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ae99f685..6cc0ca28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file. - Remember HTTPS password during a sync operation - Unable to use show/hide password option for password/passphrase after first attempt was wrong - TOTP values shown might some times be stale and considered invalid by sites +- Symlinks are no longer clobbered by the app (only available on Android 8 and above) ## [1.11.3] - 2020-08-27 |