blob: 4dd0e1a67a6d0ae33bf5696dda6eb780367dbfb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# mixlib-shellout Changelog
## Unreleased
* remove LC_ALL=C default setting, consumers should now set this if they
still need it.
## Last Release: 1.6.0
* [**Steven Proctor**:](https://github.com/stevenproctor)
Updated link to posix-spawn in README.md.
* [**Akshay Karle**:](https://github.com/akshaykarle)
Added the functionality to reflect $stderr when using live_stream.
* [**Tyler Cipriani**:](https://github.com/thcipriani)
Fixed typos in the code.
* [**Max Lincoln**](https://github.com/maxlinc):
Support separate live stream for stderr.
|