diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a5fcb345..4a3807874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ fish 3.0 is a major release which brings with it both improvements in functional - Command substitution output is now limited to 10 MB by default (#3822). - The machine hostname, where available, is now exposed as `$hostname` which is now a reserved variable. This drops the dependency on the `hostname` executable (#4422). - The universal variables file no longer contains the MAC address. It is now at the fixed location `.config/fish/fish_universal_variables` (#1912). +- Bare `bind` invocations in config.fish now work. The `fish_user_key_bindings` function is no longer necessary, but will still be executed if it exists (#5191). ### New features in builtins - `alias` now has a `-s` and `--save` option to save the function generated by the alias using `funcsave` (#4878).