xonsh/news/simplify-foreign-functions.rst
omjadas a49a538ab2
Simplify foreign functions (#4393)
* chore: simplify foreign functions

* fix: sourcing multiple foreign files

* refactor: address review comments

* Update docs/aliases.rst

Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>

* refactor: run black

Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
2021-11-23 17:01:42 -05:00

24 lines
324 B
ReStructuredText

**Added:**
* <news item>
**Changed:**
* Simplified foreign functions
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Default ZSH FUNCSCMD was not working in ZSH 5.8 (and possibly other versions)
* Passing multiple files to be sourced to source-foreign was broken
**Security:**
* <news item>