aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-19 15:02:36 +0100
committerChocobozzz <me@florianbigard.com>2018-03-19 15:22:18 +0100
commita797728009eb5c26cf55624a4a01e8ecb73f1297 (patch)
tree3dcfe4870986c9bacdfbd2a671143b5dfc4f47d3 /CHANGELOG.md
parent9d145133d82c11edfb2781871076b7063cc3ae3d (diff)
downloadPeerTube-a797728009eb5c26cf55624a4a01e8ecb73f1297.tar.gz
PeerTube-a797728009eb5c26cf55624a4a01e8ecb73f1297.tar.zst
PeerTube-a797728009eb5c26cf55624a4a01e8ecb73f1297.zip
Fix video_share_url duplicate key in transcoding job
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04b8b7c31..fb6ace20e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
4 4
5### BREAKING CHANGES 5### BREAKING CHANGES
6 6
7* Update videos list/search/get API response: 7 * Update videos list/search/get API response:
8 * Removed `resolution` field 8 * Removed `resolution` field
9 * Removed `resolutionLabel` field 9 * Removed `resolutionLabel` field
10 * Removed `category` field 10 * Removed `category` field
@@ -26,6 +26,10 @@
26 * Added `privacy.id` field 26 * Added `privacy.id` field
27 * Added `privacy.label` field 27 * Added `privacy.label` field
28 28
29### Bug fixes
30
31 * Fix video_share_url duplicate key on failed transcoding job
32
29 33
30## v1.0.0-alpha.8 34## v1.0.0-alpha.8
31 35
@@ -60,8 +64,7 @@
60 64
61### Features 65### Features
62 66
63 * Add "Local" in menu that lists only local videos 67 * Add "Local" in menu that lists only local videos
64
65 68
66 69
67## v1.0.0-alpha.4 70## v1.0.0-alpha.4