mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 06:05:39 +08:00
document new FISH_HISTORY var in changelog
This commit is contained in:
parent
aec0973196
commit
2cc0107dbf
|
@ -4,8 +4,9 @@
|
|||
- The `COLUMNS` and `LINES` env vars are now correctly set the first time `fish_prompt` is run (#4141).
|
||||
- New `status is-breakpoint` command that is true when a prompt is displayed in response to a `breakpoint` command (#1310).
|
||||
- Invalid array indexes are now silently ignored (#826, #4127).
|
||||
- `string escape` has a new `--style=xxx` flag where `xxx` can be `script`, `var`, or `url` (#4150)
|
||||
- `string unescape` has been implemented to reverse the effects of `string escape` (#3543)
|
||||
- `string escape` has a new `--style=xxx` flag where `xxx` can be `script`, `var`, or `url` (#4150).
|
||||
- `string unescape` has been implemented to reverse the effects of `string escape` (#3543).
|
||||
- The history file can now be specified by setting the `FISH_HISTORY` variable (#102).
|
||||
|
||||
## Other significant changes
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user