diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-01 10:55:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-01 11:03:52 +0200 |
commit | 721a6737f7bd9b353488ed552e69d23112b25917 (patch) | |
tree | 7c0d997778adf214d7531d72c89a0497f6d020b8 /CHANGELOG.md | |
parent | 0114ee15d508864156256f3e60ad8228b6e3175c (diff) | |
download | PeerTube-721a6737f7bd9b353488ed552e69d23112b25917.tar.gz PeerTube-721a6737f7bd9b353488ed552e69d23112b25917.tar.zst PeerTube-721a6737f7bd9b353488ed552e69d23112b25917.zip |
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d0398825c..085100440 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 |