diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b52766ab..3b601a1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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