aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-25 16:15:39 +0200
committerChocobozzz <me@florianbigard.com>2018-04-25 16:16:21 +0200
commitcc918ac3f45e32f031cce7b6e0473e5c2c34b8ae (patch)
tree034c0ce9cda37d572fe1c0c34eff750681e18574 /CHANGELOG.md
parentd3e91a5f72ac9c986cdb67d7d6c85bb4819e680c (diff)
downloadPeerTube-cc918ac3f45e32f031cce7b6e0473e5c2c34b8ae.tar.gz
PeerTube-cc918ac3f45e32f031cce7b6e0473e5c2c34b8ae.tar.zst
PeerTube-cc918ac3f45e32f031cce7b6e0473e5c2c34b8ae.zip
Update video-channel routes (again)
Use /video-channels now, it's more simple for clients
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac3f61735..4a327737d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@
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: 8 * Move video channels routes:
9 * `/videos/channels` routes to `/accounts/{accountId}/video-channels` 9 * `/videos/channels` routes to `/video-channels`
10 * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels` 10 * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels`
11 * PeerTube now listen on 127.0.0.1 by default 11 * PeerTube now listen on 127.0.0.1 by default
12 * Use ISO 639 for language (*en*, *es*, *fr*...) 12 * Use ISO 639 for language (*en*, *es*, *fr*...)