update changelog to include fix for #1432

This commit is contained in:
Kurtis Rader 2017-05-02 21:11:15 -07:00
parent 107127afb7
commit 4c798ce3b4

View File

@ -26,6 +26,7 @@
- `bg`s argument parsing has been reworked. It now fails for invalid arguments but allows non-existent jobs (#3909).
- fish will now reset $USER if the uid is 0. This is to workaround some su implementations that pass along $USER when switching to root (#3944).
- Our python-using functions now pick any python version (preferring python3), making dependencies on a specific python version unnecessary (#3970).
- The presentation of functions in the `fish_config` web UI are now syntax colored (#1432).
---