.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / execa / node_modules / cross-spawn / CHANGELOG.md
1 ## 5.0.0 - 2016-10-30
2
3 - Add support for `options.shell`
4 - Improve parsing of shebangs by using [`shebang-command`](https://github.com/kevva/shebang-command) module
5 - Refactor some code to make it more clear
6 - Update README caveats