mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 09:31:16 -03:00
Update changelog to mention math builtin
This commit is contained in:
@@ -16,8 +16,9 @@ This section is for changes merged to the `major` branch that are not also merge
|
||||
- `complete` now has a `-k` and `--keep-order` option to keep the order of the OPTION_ARGUMENTS (#361).
|
||||
- Local exported (`set -lx`) vars are now visible to functions (#1091).
|
||||
- `abbr` has been reimplemented to be faster. This means the old `fish_user_abbreviations` variable is ignored (#4048).
|
||||
- Setting variables is much faster meaning fish is much faster (#4200, #4341).
|
||||
- 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).
|
||||
|
||||
## Other significant changes
|
||||
- Command substitution output is now limited to 10 MB by default (#3822).
|
||||
|
||||
Reference in New Issue
Block a user