diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-08-28 12:35:02 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-08-28 12:35:02 +0300 |
| commit | 4da248f8bc592fc1b7d24fbc1e2021bab2663f29 (patch) | |
| tree | 8b016308b2d8335b29448d22610d975d46b41417 | |
| parent | c01a3720acaa3107afb0394345879a2429fb3918 (diff) | |
update changelog for autocomplete fixes
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e53e60..66abfa65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ## [Unreleased patch] +### Fixed +- Autocomplete won't stop at the second @, so it'll still work with "@lain@l" and not start over. +- Fixed weird autocomplete behavior when you write ":custom_emoji: ?" ## [2.1.0] - 2020-08-28 ### Added |
