aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-26 15:03:00 +0200
committerChocobozzz <me@florianbigard.com>2020-08-26 15:03:00 +0200
commit20dcfd74982f4ec8a143696abed02b059d30d9ec (patch)
tree8956b19749f7d95a3a0e1b17c57c9b73a9ca6497 /CHANGELOG.md
parent000ca2a898a36214bbf8f787fef4af4cf5ad3c8d (diff)
downloadPeerTube-20dcfd74982f4ec8a143696abed02b059d30d9ec.tar.gz
PeerTube-20dcfd74982f4ec8a143696abed02b059d30d9ec.tar.zst
PeerTube-20dcfd74982f4ec8a143696abed02b059d30d9ec.zip
Deprecate old static routes
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 ab25788af..8561fc859 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@
5### IMPORTANT NOTES 5### IMPORTANT NOTES
6 6
7 * The minimum ffmpeg version required is now 4.1 7 * The minimum ffmpeg version required is now 4.1
8 * Deprecate static routes that will be removed in 3.0 (you may not have to do anything if you used paths returned by the video REST API):
9 * `/static/avatars/`: use `/lazy-static/avatars/` instead
10 * `/static/previews/`: use `/lazy-static/previews/` instead
11 * `/static/video-captions/`: use `/lazy-static/video-captions/` instead
8 * Use `playlistPosition` URL parameter for playlists instead of `videoId` to set the current playlist position 12 * Use `playlistPosition` URL parameter for playlists instead of `videoId` to set the current playlist position
9 13
10### Maintenance 14### Maintenance