diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 470b4f295..ac3f61735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -5,6 +5,9 @@ | |||
5 | ### BREAKING CHANGES | 5 | ### BREAKING CHANGES |
6 | 6 | ||
7 | * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour | 7 | * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour |
8 | * Move video channels routes: | ||
9 | * `/videos/channels` routes to `/accounts/{accountId}/video-channels` | ||
10 | * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels` | ||
8 | * PeerTube now listen on 127.0.0.1 by default | 11 | * PeerTube now listen on 127.0.0.1 by default |
9 | * Use ISO 639 for language (*en*, *es*, *fr*...) | 12 | * Use ISO 639 for language (*en*, *es*, *fr*...) |
10 | * Tools (`import-videos`...) need the language ISO639 code instead of a number | 13 | * Tools (`import-videos`...) need the language ISO639 code instead of a number |