1# 0.2.14 2 3* add support for [RustyHermit](https://github.com/hermitcore/libhermit-rs), a Rust-based unikernel [#41](https://github.com/softprops/atty/pull/41) 4 5# 0.2.13 6 7* support older versions of rust that do now support 2018 edition 8 9# 0.2.12 10 11* Redox is now in the unix family so redox cfg is no longer needed [#35](https://github.com/softprops/atty/pull/35) 12 13# 0.2.11 14 15* fix msys detection with `[email protected]` [#28](https://github.com/softprops/atty/pull/28) 16 17# 0.2.10 18 19* fix wasm regression [#27](https://github.com/softprops/atty/pull/27) 20 21# 0.2.9 22 23* Fix fix pty detection [#25](https://github.com/softprops/atty/pull/25) 24 25# 0.2.8 26 27* Fix an inverted condition on MinGW [#22](https://github.com/softprops/atty/pull/22) 28 29# 0.2.7 30 31* Change `||` to `&&` for whether MSYS is a tty [#24](https://github.com/softprops/atty/pull/24/) 32 33# 0.2.6 34 35* updated winapi dependency to [0.3](https://retep998.github.io/blog/winapi-0.3/) [#18](https://github.com/softprops/atty/pull/18) 36 37# 0.2.5 38 39* added support for Wasm compile targets [#17](https://github.com/softprops/atty/pull/17) 40 41# 0.2.4 42 43* added support for Wasm compile targets [#17](https://github.com/softprops/atty/pull/17) 44 45# 0.2.3 46 47* added support for Redox OS [#14](https://github.com/softprops/atty/pull/14) 48 49# 0.2.2 50 51* use target specific dependencies [#11](https://github.com/softprops/atty/pull/11) 52* Add tty detection for MSYS terminals [#12](https://github.com/softprops/atty/pull/12) 53 54# 0.2.1 55 56* fix windows bug 57 58# 0.2.0 59 60* support for various stream types 61 62# 0.1.2 63 64* windows support (with automated testing) 65* automated code coverage 66 67# 0.1.1 68 69* bumped libc dep from `0.1` to `0.2` 70 71# 0.1.0 72 73* initial release 74