diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
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 |