CHANGELOG math "x"

[ci skip]
This commit is contained in:
Fabian Homborg 2019-06-10 18:46:06 +02:00
parent d1ca392393
commit 5e78d6dcc9

View File

@ -34,6 +34,7 @@
- `fish_indent` now handles semicolons better, including leaving them in place for `; and` and `; or` instead of breaking the line.
- `test` (aka `[`) now prints a stacktrace on error, making the offending call easier to find (#5771).
- The default read limit has been increased to 100MiB (#5267).
- `math` now also understands `x` for multiplication, provided it is followed by whitespace (#5906).
### Interactive improvements
- Major improvements in performance and functionality to the 'sorin' sample prompt (#5411).