aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-24 17:05:32 +0200
committerChocobozzz <me@florianbigard.com>2018-04-24 17:12:57 +0200
commit48dce1c90dff4e90a4bcffefaecf157336cf904b (patch)
tree478de23812d0bfd93f47e9ad6ad8888c9edcc235 /CHANGELOG.md
parent82e392f8a42a19815e932dd386e96e61ebe6d191 (diff)
downloadPeerTube-48dce1c90dff4e90a4bcffefaecf157336cf904b.tar.gz
PeerTube-48dce1c90dff4e90a4bcffefaecf157336cf904b.tar.zst
PeerTube-48dce1c90dff4e90a4bcffefaecf157336cf904b.zip
Update video channel routes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
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