aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-03 14:04:52 +0200
committerChocobozzz <me@florianbigard.com>2022-06-03 14:04:52 +0200
commit010382b6037cff5d0ed16fa8b158691439fac9b7 (patch)
treed1c7fd25525fb1d87f3f9b851c5dcbc772cf6720 /CHANGELOG.md
parentc8fdfab0e36cc7324c61710009bf334e836485d9 (diff)
downloadPeerTube-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.md1
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