change make_current_version_link to default to False

This is semi-broken and barely used, it should be off by default for 2.0.
This commit is contained in:
Hans-Christoph Steiner 2020-10-06 16:35:07 +02:00
parent 00c2cc969a
commit ae3c9c0552
3 changed files with 3 additions and 1 deletions

View file

@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Removed
* removed support for txt and json metadata
([!772](https://gitlab.com/fdroid/fdroidserver/-/merge_requests/772))
* `make_current_version_link` is now off by default
## [1.1.4] - 2019-08-15
### Fixed