mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
CHANGELOG: drop bare variable note
This behaviour was never in a released version. [ci skip]
This commit is contained in:
parent
81dd4a4536
commit
3a10e76874
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ This section is for changes merged to the `major` branch that are not also merge
|
||||||
- `bind` has a new `--silent` option to ignore bind requests for named keys not available under the current `$TERMINAL` (#4188, #4431)
|
- `bind` has a new `--silent` option to ignore bind requests for named keys not available under the current `$TERMINAL` (#4188, #4431)
|
||||||
- `read` writes directly to stdout if called without arguments (#4407)
|
- `read` writes directly to stdout if called without arguments (#4407)
|
||||||
- Globs are faster (#4579)
|
- Globs are faster (#4579)
|
||||||
- "Bare variables" in math are no longer accepted. math uses normal variable expansion. (#4393)
|
|
||||||
|
|
||||||
## Other significant changes
|
## Other significant changes
|
||||||
- Command substitution output is now limited to 10 MB by default (#3822).
|
- Command substitution output is now limited to 10 MB by default (#3822).
|
||||||
|
|
Loading…
Reference in a new issue