Fix changelog typo

[ci skip]
This commit is contained in:
Fabian Homborg 2018-02-19 20:29:19 +01:00
parent 304d9da6a0
commit 04c399c5a9

View file

@ -3,6 +3,7 @@ This section is for changes merged to the `major` branch that are not also merge
## Deprecations
- The `IFS` variable is deprecated and will be removed in fish 4.0 (#4156).
- The `function --on-process-exit` event will be removed in future (#4700). Use the "fish_exit" event instead.
## Notable non-backward compatible changes
- `.` command no longer exists -- use `source` (#4294).