Update changelog

This commit is contained in:
Joscha 2022-08-07 00:31:12 +02:00
parent de095e74ae
commit d114857abd
2 changed files with 1 additions and 2 deletions

View file

@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased ## Unreleased
### Changed ### Changed
- Improved editor key bindings
- Slowed down room history download speed - Slowed down room history download speed
## v0.1.0 - 2022-08-06 ## v0.1.0 - 2022-08-06

View file

@ -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( pub fn list_editor_key_bindings(
bindings: &mut KeyBindingsList, bindings: &mut KeyBindingsList,
char_filter: impl Fn(char) -> bool, char_filter: impl Fn(char) -> bool,