mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 23:22:46 +08:00
Add brief note on setting feature flags to CHANGELOG.md
This commit is contained in:
parent
76749468aa
commit
f25a1d720a
|
@ -18,7 +18,7 @@ This section is for changes merged to the `major` branch that are not also merge
|
|||
- The new `math` builtin (see below) does not support logical expressions; `test` should be used instead (#4777).
|
||||
|
||||
## Notable fixes and improvements
|
||||
- A new feature flags mechanism is added for staging deprecations and breaking changes. (#4940)
|
||||
- A new feature flags mechanism is added for staging deprecations and breaking changes. Feature flags may be specified at launch with `fish --features ...` or by setting the universal `fish_features` variable. (#4940)
|
||||
- `wait` builtin is added for waiting on processes (#4498).
|
||||
- `read` has a new `--delimiter` option as a better alternative to the `IFS` variable (#4256).
|
||||
- `read` writes directly to stdout if called without arguments (#4407)
|
||||
|
|
Loading…
Reference in New Issue
Block a user