Update changelog
This commit is contained in:
parent
de095e74ae
commit
d114857abd
2 changed files with 1 additions and 2 deletions
|
|
@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
## Unreleased
|
||||
|
||||
### Changed
|
||||
- Improved editor key bindings
|
||||
- Slowed down room history download speed
|
||||
|
||||
## v0.1.0 - 2022-08-06
|
||||
|
|
|
|||
|
|
@ -30,8 +30,6 @@ pub fn prompt(
|
|||
}
|
||||
}
|
||||
|
||||
// TODO Support more of the emacs-y bindings, see bash as example
|
||||
|
||||
pub fn list_editor_key_bindings(
|
||||
bindings: &mut KeyBindingsList,
|
||||
char_filter: impl Fn(char) -> bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue