diff options
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 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 |