diff options
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8545c68..470b4f295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -5,6 +5,7 @@ | |||
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 | * PeerTube now listen on 127.0.0.1 by default | ||
8 | * Use ISO 639 for language (*en*, *es*, *fr*...) | 9 | * Use ISO 639 for language (*en*, *es*, *fr*...) |
9 | * Tools (`import-videos`...) need the language ISO639 code instead of a number | 10 | * Tools (`import-videos`...) need the language ISO639 code instead of a number |
10 | * API (`upload`, `update`, `list`...) need/return the language ISO639 code instead of a number | 11 | * API (`upload`, `update`, `list`...) need/return the language ISO639 code instead of a number |