diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2020-04-23 18:40:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-23 18:40:07 -0400 |
commit | 69b0b68f92f2589eab86970ffc76d727e6c7738e (patch) | |
tree | bd3d14589357b29f502f2d0cb7191abafe83332a /CHANGELOG.md | |
parent | Fix own messages not showing as encrypted (diff) | |
parent | Terminate user color calculation, when no solution can be found (diff) | |
download | nheko-69b0b68f92f2589eab86970ffc76d727e6c7738e.tar.xz |
Merge branch 'master' into decrypt-sidebar
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 779d5df6..59e6351f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Fix Binding restorMode flooding logs on Qt 5.14.2+ - Fix with some qml styles hidden menu items leave empty space - Fix encrypted messages not showing a user in the sidebar +- Fix hangs when generating colors with some system theme color schemes (#172) ## [0.7.0] -- 2020-04-19 |