diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-04-04 01:21:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 19:51:34 +0000 |
commit | cf5f0eae3a5dbaf36b17425e4c8d5d8dc43e6866 (patch) | |
tree | e24a9740120142bb36a9b90eddf48caad1a2c7dd /CHANGELOG.md | |
parent | c10703db49528c7a0b8831659b2698d3218ba9ee (diff) |
Actively discourage use of git protocol (#1368)
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 6c1ed385..245170e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file. - Accessibility autofill has been removed completely due to being buggy, insecure and lacking in features. Upgrade to Android 8 or preferably later to gain access to our advanced Autofill implementation. - The settings UI has been completely re-done to dramatically improve discoverability and navigation for users +- Using the `git://` protocol in the server URL now presents an explicit discouragement rather than a generic error ## [1.13.4] - 2021-03-20 |