CHANGELOG: drop bare variable note

This behaviour was never in a released version.

[ci skip]
This commit is contained in:
David Adam 2017-12-18 21:06:15 +08:00
parent 81dd4a4536
commit 3a10e76874

View file

@ -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)
- `read` writes directly to stdout if called without arguments (#4407)
- Globs are faster (#4579)
- "Bare variables" in math are no longer accepted. math uses normal variable expansion. (#4393)
## Other significant changes
- Command substitution output is now limited to 10 MB by default (#3822).