mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +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
|
||||
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
|
||||
- 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).
|
||||
- Added completions for
|
||||
- `bd` (#4472)
|
||||
- `bower`<sup>∗</sup>
|
||||
- `bower`
|
||||
- `configure` (autoconf only)
|
||||
- `j` (autojump #4344)
|
||||
- `jhipster` (#4472)
|
||||
|
@ -80,21 +81,8 @@ This section is for changes merged to the `major` branch that are not also merge
|
|||
- `ttx`
|
||||
- `unzip`
|
||||
- `xsv`
|
||||
- Improved completions for
|
||||
- `apt`
|
||||
- `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`)._
|
||||
- Lots of improvements to completions (especially `git`).
|
||||
- Improved French translations.
|
||||
|
||||
--
|
||||
|
||||
|
|
Loading…
Reference in a new issue