diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-19 13:46:13 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-19 13:46:13 +0100 |
commit | 3d8f16e6c59b158a707912cbd5dd6ccd8b939904 (patch) | |
tree | 5db23f9ea219b513ed5be4a1ebc7d6a7cd4a47f0 /CHANGELOG.md | |
parent | Merge pull request #384 from trilene/master (diff) | |
download | nheko-3d8f16e6c59b158a707912cbd5dd6ccd8b939904.tar.xz |
Add some missing things to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 958c2314..45155539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,8 +21,9 @@ - Before a call select which audio device to use. (contributed by trilene) - Auto request unknown keys from your own devices. -- Add a command to clear the timeline and reload it (/clear-timeline). -- Add a command to rotate the outbound megolm session (/rotate-megolm-session). +- Add a command to clear the timeline and reload it. (/clear-timeline). +- Add a command to rotate the outbound megolm session. (/rotate-megolm-session). +- React to messages instead of replying with arbitrary strings using `/react`. - Inline emoji and user completers. (contributed by Lurkki) - Show filename on hover over an image. (contributed by kamathmanu) - Mobile mode, that disables text selection and changes some dialogs. |