diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-27 12:10:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-27 12:10:37 +0200 |
commit | 2da00d2a51a7eb1a7aba69949bb559faf9fa579c (patch) | |
tree | 3efee8fd877af3debdca05f545c496567ab640a9 /CHANGELOG.md | |
parent | 18dbb5b9723040e19fea1ed6b0c4f2738508ffc8 (diff) | |
download | PeerTube-2da00d2a51a7eb1a7aba69949bb559faf9fa579c.tar.gz PeerTube-2da00d2a51a7eb1a7aba69949bb559faf9fa579c.tar.zst PeerTube-2da00d2a51a7eb1a7aba69949bb559faf9fa579c.zip |
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b86d661..1750316a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,17 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v1.0.0-beta.10.pre.2 | ||
4 | |||
5 | **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** | ||
6 | |||
7 | ### Bug fixes | ||
8 | |||
9 | * Fix captions/subtitles freeze in player | ||
10 | * Fix attribute label width in video watch page | ||
11 | * Fix player playback in Chrome | ||
12 | * Revert SQL optimization when listing videos: it breaks the connection pool of some instances | ||
13 | |||
14 | |||
3 | ## v1.0.0-beta.10.pre.1 | 15 | ## v1.0.0-beta.10.pre.1 |
4 | 16 | ||
5 | This version is a pre release because it contains many important changes, and requires manual steps before upgrading. | 17 | This version is a pre release because it contains many important changes, and requires manual steps before upgrading. |