mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
Include bind changes in Changelog for 3.0b1
This commit is contained in:
parent
811beb9dcc
commit
11ede92d3f
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ This section is for changes merged to the `major` branch that are not also merge
|
|||
- Setting variables is much faster (#4200, #4341).
|
||||
- Using a read-only variable in a for loop is now an error. Note that this never worked. It simply failed to set the for loop var and thus silently produced incorrect results (#4342).
|
||||
- `math` is now a builtin rather than a wrapper around `bc` (#3157).
|
||||
- `bind` has a new `--silent` option to ignore bind requests for named keys not available under the current `$TERMINAL` (#4188, #4431)
|
||||
|
||||
## Other significant changes
|
||||
- Command substitution output is now limited to 10 MB by default (#3822).
|
||||
|
|
Loading…
Reference in a new issue