|
1 | 1 | ## [3.0.0] - 2021年03月07日 |
2 | 2 | ### Changed |
3 | | -- **BREAKING** Default python path changed back to `python` on Windows. #237 |
4 | | -- **BREAKING** `error` event renamed to `pythonError` event |
| 3 | +- **BREAKING** Default python path changed back to `python` on Windows. [#237](https://github.com/extrabacon/python-shell/issues/237) |
| 4 | +- **BREAKING** `error` event renamed to `pythonError` event. [#118](https://github.com/extrabacon/python-shell/issues/118) |
5 | 5 |
|
6 | 6 | ### Added |
7 | | -- `error` event that is fired upon failure to launch process, among other things#118 |
| 7 | +- `error` event that is fired upon failure to launch process, among other things. [#118](https://github.com/extrabacon/python-shell/issues/118) |
8 | 8 |
|
9 | 9 | ## [1.0.8] |
10 | 10 | ### Fixed |
|
0 commit comments