Update changelog to mention math builtin

This commit is contained in:
Kurtis Rader
2017-08-24 10:26:46 -07:00
parent 6cff72b226
commit 8fe1108cec

View File

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