CHANGELOG fish_indent semicolons and test stacktrace

[ci skip]
This commit is contained in:
Fabian Homborg 2019-05-05 15:22:01 +02:00
parent 8d9782301e
commit 8f3f4bbc9c

View file

@ -28,6 +28,8 @@
- `complete -C foo` now works instead of erroring out and requiring `complete -Cfoo`.
- `argparse` now defaults to showing the current function name (instead of `argparse`) in its errors, making `--name` often superfluous (#5835).
- `argparse` learned a new `--ignore-unknown` flag to keep unrecognized options, allowing multiple argparse passes to parse options (#5367).
- `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).
### Interactive improvements
- Major improvements in performance and functionality to the 'sorin' sample prompt (#5411).