diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-03 14:04:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-03 14:04:52 +0200 |
commit | 010382b6037cff5d0ed16fa8b158691439fac9b7 (patch) | |
tree | d1c7fd25525fb1d87f3f9b851c5dcbc772cf6720 /CHANGELOG.md | |
parent | c8fdfab0e36cc7324c61710009bf334e836485d9 (diff) | |
download | PeerTube-010382b6037cff5d0ed16fa8b158691439fac9b7.tar.gz PeerTube-010382b6037cff5d0ed16fa8b158691439fac9b7.tar.zst PeerTube-010382b6037cff5d0ed16fa8b158691439fac9b7.zip |
Completely remove best default trending algorithm
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 f3724a3bf..8aeeb7b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -16,6 +16,7 @@ | |||
16 | * Add `client.videos.resumable_upload.max_chunk_size` config option [#4857](https://github.com/Chocobozzz/PeerTube/pull/4857) | 16 | * Add `client.videos.resumable_upload.max_chunk_size` config option [#4857](https://github.com/Chocobozzz/PeerTube/pull/4857) |
17 | * Add `object_storage.upload_acl` config option [#4861](https://github.com/Chocobozzz/PeerTube/pull/4861) | 17 | * Add `object_storage.upload_acl` config option [#4861](https://github.com/Chocobozzz/PeerTube/pull/4861) |
18 | * Add ability to set RTMP/RTMPS listening hostname using `rtmp.hostname`/`rtmps.hostname` and public RTMP/RTMPS hostname using `rtmp.public_hostname`/`rtmps.public_hostname` | 18 | * Add ability to set RTMP/RTMPS listening hostname using `rtmp.hostname`/`rtmps.hostname` and public RTMP/RTMPS hostname using `rtmp.public_hostname`/`rtmps.public_hostname` |
19 | * Removed `best` default trending algorithm. It is automatically used if using `hot` algorithm with a logged in user | ||
19 | 20 | ||
20 | ### Docker | 21 | ### Docker |
21 | 22 | ||