document new FISH_HISTORY var in changelog

This commit is contained in:
Kurtis Rader 2017-06-30 17:24:24 -07:00
parent aec0973196
commit 2cc0107dbf

View File

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