]> git.proxmox.com Git - rustc.git/blob - src/vendor/atty/CHANGELOG.md
New upstream version 1.20.0+dfsg1
[rustc.git] / src / vendor / atty / CHANGELOG.md
1 # 0.2.2
2
3 * use target specific dependencies [#11](https://github.com/softprops/atty/pull/11)
4 * Add tty detection for MSYS terminals [#12](https://github.com/softprops/atty/pull/12)
5
6 # 0.2.1
7
8 * fix windows bug
9
10 # 0.2.0
11
12 * support for various stream types
13
14 # 0.1.2
15
16 * windows support (with automated testing)
17 * automated code coverage
18
19 # 0.1.1
20
21 * bumped libc dep from `0.1` to `0.2`
22
23 # 0.1.0
24
25 * initial release