aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-03-04 10:05:07 +0100
committerChocobozzz <me@florianbigard.com>2021-03-04 10:05:07 +0100
commit919b16ba307e738c0897972dc10295b36a88c58f (patch)
treecf1a8069a4a6c6b99a4d8f435db8d0ef3fd72772 /CHANGELOG.md
parentdbb15e371abfdc5a291d3c8908c7da73ded2c654 (diff)
downloadPeerTube-919b16ba307e738c0897972dc10295b36a88c58f.tar.gz
PeerTube-919b16ba307e738c0897972dc10295b36a88c58f.tar.zst
PeerTube-919b16ba307e738c0897972dc10295b36a88c58f.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6011c1768..21b626ee2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,9 @@
14 It could break some third party clients that guessed these filenames depending on the video UUID. We'll continue this work in the future 14 It could break some third party clients that guessed these filenames depending on the video UUID. We'll continue this work in the future
15 for video filenames, so admins can easily cache these files (using multiple reverse proxies etc) 15 for video filenames, so admins can easily cache these files (using multiple reverse proxies etc)
16 16
17### Maintenance
18
19 * Fix nginx max body size configuration
17 20
18### CLI tools 21### CLI tools
19 22
@@ -123,6 +126,7 @@
123 * More robust channel change federation 126 * More robust channel change federation
124 * Fix emptying video tags 127 * Fix emptying video tags
125 * Fix broken local actors that do not have a public/private key 128 * Fix broken local actors that do not have a public/private key
129 * Fix bad PeerTube URL for playlist embed
126 * Live: 130 * Live:
127 * Don't update live attributes if they did not change (allowing to update live metadata even if the live has started) 131 * Don't update live attributes if they did not change (allowing to update live metadata even if the live has started)
128 * Fix live RAM usage when ffmpeg is too slow to transcode the RTMP stream 132 * Fix live RAM usage when ffmpeg is too slow to transcode the RTMP stream