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

@ -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,