diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-14 12:07:02 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-14 12:07:02 +0100 |
commit | a0917aedaeaa63c01c675feac70777facf391f15 (patch) | |
tree | c680471193466d63e9a7137077e117a66cb47c29 | |
parent | 816970ff7a3978ee3e82dbf5dfda51c93724f299 (diff) | |
download | PeerTube-a0917aedaeaa63c01c675feac70777facf391f15.tar.gz PeerTube-a0917aedaeaa63c01c675feac70777facf391f15.tar.zst PeerTube-a0917aedaeaa63c01c675feac70777facf391f15.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 13bec7535..911ec0fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,17 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v1.2.1 | ||
4 | |||
5 | ## Bug fixes | ||
6 | |||
7 | * **Important** Fix invalid `From` email header in contact form that could lead to the blacklisting of your SMTP server | ||
8 | * Fix too long display name overflow in menu | ||
9 | * Fix mention notification when a remote account mention a local account that has the same username than yours | ||
10 | * Fix access to muted servers table for moderators | ||
11 | * Don't crash notification popup on bug | ||
12 | * Fix reset password script that leaks password on invalid value | ||
13 | |||
14 | |||
3 | ## v1.2.0 | 15 | ## v1.2.0 |
4 | 16 | ||
5 | ### BREAKING CHANGES | 17 | ### BREAKING CHANGES |