aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-12 11:29:46 +0100
committerChocobozzz <me@florianbigard.com>2018-03-12 11:44:28 +0100
commit19a3b914f19812a082e2f47d31c66fb1d9771736 (patch)
tree7e60fbec3b4fff27e018682bd36c0d5e67aed228 /CHANGELOG.md
parentf2c3f7cd8a592ca1949e4f73717f17132a16c292 (diff)
downloadPeerTube-19a3b914f19812a082e2f47d31c66fb1d9771736.tar.gz
PeerTube-19a3b914f19812a082e2f47d31c66fb1d9771736.tar.zst
PeerTube-19a3b914f19812a082e2f47d31c66fb1d9771736.zip
Change video abuse API response
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5393edbdd..d845d2f3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,30 @@
1# Changelog 1# Changelog
2 2
3## v1.0.0-alpha.7
4
5### BREAKING CHANGES
6
7 * Update videos list/search API response:
8 * Removed `accountName` field
9 * Removed `serverHost` field
10 * Added `account.name` field
11 * Added `account.displayName` field
12 * Added `account.host` field
13 * Added `account.url` field
14 * Added `account.avatar` field
15 * Update video abuses API response:
16 * Removed `reporterUsername` field
17 * Removed `reporterServerHost` field
18 * Removed `videoId` field
19 * Removed `videoUUID` field
20 * Removed `videoName` field
21 * Added `reporterAccount` field
22 * Added `video.id` field
23 * Added `video.name` field
24 * Added `video.uuid` field
25 * Added `video.url` field
26
27
3## v1.0.0-alpha.4 28## v1.0.0-alpha.4
4 29
5### Features 30### Features