diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-01 10:55:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-01 10:55:09 +0200 |
commit | a6bd40090ad721cee6009030daee1567b823f606 (patch) | |
tree | 0f768dea907382ec7f8759bc28c7cf9a3acbfe23 | |
parent | 7a9e9417c17f8a45a639e7c3f49d82f14985786e (diff) | |
download | PeerTube-a6bd40090ad721cee6009030daee1567b823f606.tar.gz PeerTube-a6bd40090ad721cee6009030daee1567b823f606.tar.zst PeerTube-a6bd40090ad721cee6009030daee1567b823f606.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c588e04ea..3ebd94d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,20 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v3.2.1 | ||
4 | |||
5 | ### IMPORTANT NOTES | ||
6 | |||
7 | * **Important:** v3.2.0 introduced `pg_dump` export bug in the auto upgrade script. To upgrade from v3.2.0: | ||
8 | * You can upgrade manually https://docs.joinpeertube.org/install-any-os?id=manually | ||
9 | * Or you can apply the changes introduced in this commit: https://github.com/Chocobozzz/PeerTube/commit/86dc0b9cc9374cba7548bb613ff43d92f90570a8 and then use the auto | ||
10 | |||
11 | ### Bug fixes | ||
12 | |||
13 | * Fix create account button style | ||
14 | * Fix auto upgrade script | ||
15 | * Fix live image aspect ratio in theatre mode | ||
16 | |||
17 | |||
3 | ## v3.2.0 | 18 | ## v3.2.0 |
4 | 19 | ||
5 | ### IMPORTANT NOTES | 20 | ### IMPORTANT NOTES |