mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
CHANGELOG: initial updates for 3.0
[ci skip]
This commit is contained in:
parent
eb3541be86
commit
3561f36cc4
1 changed files with 5 additions and 17 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,5 +1,6 @@
|
||||||
# fish 3.0b1
|
# fish 3.0b1
|
||||||
This section is for changes merged to the `major` branch that are not also merged to 2.7.
|
|
||||||
|
fish 3.0 is a major release which brings with it both improvements in functionality and some breaking changes. All fish scripts should be reviewed
|
||||||
|
|
||||||
## Deprecations
|
## Deprecations
|
||||||
- The `IFS` variable is deprecated and will be removed in fish 4.0 (#4156).
|
- The `IFS` variable is deprecated and will be removed in fish 4.0 (#4156).
|
||||||
|
@ -66,7 +67,7 @@ This section is for changes merged to the `major` branch that are not also merge
|
||||||
- Command substitution output is now limited to 10 MB by default (#3822).
|
- Command substitution output is now limited to 10 MB by default (#3822).
|
||||||
- Added completions for
|
- Added completions for
|
||||||
- `bd` (#4472)
|
- `bd` (#4472)
|
||||||
- `bower`<sup>∗</sup>
|
- `bower`
|
||||||
- `configure` (autoconf only)
|
- `configure` (autoconf only)
|
||||||
- `j` (autojump #4344)
|
- `j` (autojump #4344)
|
||||||
- `jhipster` (#4472)
|
- `jhipster` (#4472)
|
||||||
|
@ -80,21 +81,8 @@ This section is for changes merged to the `major` branch that are not also merge
|
||||||
- `ttx`
|
- `ttx`
|
||||||
- `unzip`
|
- `unzip`
|
||||||
- `xsv`
|
- `xsv`
|
||||||
- Improved completions for
|
- Lots of improvements to completions (especially `git`).
|
||||||
- `apt`
|
- Improved French translations.
|
||||||
- `brew`
|
|
||||||
- `diskutil`
|
|
||||||
- `git` (#4395, #4396, #4592)
|
|
||||||
- `npm`<sup>†</sup>
|
|
||||||
- `python`/`python2`/`python3`
|
|
||||||
- `service`
|
|
||||||
- `scp`
|
|
||||||
- `ssh` (#4344)
|
|
||||||
- `sudo` (see above)
|
|
||||||
- `yarn`<sup>∗</sup><sup>†</sup>
|
|
||||||
|
|
||||||
∗ _`jq` must be installed to complete the list of currently installed `bower` or `yarn` packages_. <br/>
|
|
||||||
† _to autocomplete the list of packages available for installation with `npm` or `yarn`, `all-the-package-names` must be installed globally (typically: `sudo npm install -g all-the-package-names`)._
|
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue