diff options
author | Chocobozzz <me@florianbigard.com> | 2020-09-08 08:54:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-09-08 08:54:21 +0200 |
commit | 2af1f9be72b66dea94ebe2f353e97289e3e26f8d (patch) | |
tree | 9901bc8aa760b940714b0210acebc3e43574c043 | |
parent | 30b1e1060371f5f2578910f3f4a2cdf95fe78274 (diff) | |
download | PeerTube-2af1f9be72b66dea94ebe2f353e97289e3e26f8d.tar.gz PeerTube-2af1f9be72b66dea94ebe2f353e97289e3e26f8d.tar.zst PeerTube-2af1f9be72b66dea94ebe2f353e97289e3e26f8d.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8561fc859..7a6b630ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,6 +1,8 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v2.4.0-rc.1 | 3 | ## v2.4.0 |
4 | |||
5 | **Since v2.3.0** | ||
4 | 6 | ||
5 | ### IMPORTANT NOTES | 7 | ### IMPORTANT NOTES |
6 | 8 | ||
@@ -94,6 +96,16 @@ | |||
94 | * Fix video playlist playback resuming | 96 | * Fix video playlist playback resuming |
95 | * Correctly display error message for Internet Explorer | 97 | * Correctly display error message for Internet Explorer |
96 | * Fix videos RSS feed when HLS only is enabled | 98 | * Fix videos RSS feed when HLS only is enabled |
99 | * Add site_name to opengraph tags | ||
100 | |||
101 | |||
102 | **Since v2.4.0-rc.1** | ||
103 | |||
104 | ### Bug fixes | ||
105 | |||
106 | * Add site_name to opengraph tags | ||
107 | * Fix privacy/channel select on upload | ||
108 | |||
97 | 109 | ||
98 | ## v2.3.0 | 110 | ## v2.3.0 |
99 | 111 | ||