[Changelog] bind preset change

No reason to even mention them, people will care more about f_u_k_b.
This commit is contained in:
Fabian Homborg 2018-09-30 16:58:06 +02:00
parent d62731a931
commit 35ce95f51d

View File

@ -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).