summaryrefslogtreecommitdiffstats
path: root/third_party/rust/term_size/CHANGELOG.md
blob: 3a0d3dfad785e5e1272d957aadf4996841c2232e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<a name="v0.3.0"></a>
## v0.3.0 (2017-04-09)


#### Features

*   allows getting the terminal size of all standard streams, or just particular ones ([c7095c95](https://github.com/kbknapp/term_size-rs/commit/c7095c95d633e0a36ea78434bc83349a9711a187))



<a name="v0.2.3"></a>
### v0.2.3 (2017-02-21)

#### Bug Fixes

* Moves the code into distinct modules and adds dummy functions for unsupported platforms


<a name="v0.2.2"></a>
### v0.2.2 (2017-01-29)

* Updates deps `libc` and `clippy`

<a name="v0.2.1"></a>
### v0.2.1 (2016-09-05)


#### Bug Fixes

*   uses libc::winsize instead of homegrown ([216986ec](https://github.com/kbknapp/term_size-rs/commit/216986ecdbe528523953a1cde4cf6c329a0f4fbc), closes [#6](https://github.com/kbknapp/term_size-rs/issues/6))




<a name="v0.2.0">v0.2.0</a>
## v0.2.0 (2016-09-05)

#### Features

* adds support for Windows ([f181c99](https://github.com/kbknapp/term_size-rs/commit/f181c99c0c306b711952a2a4053df904e851413f))

#### Documentation

* **README.md:**
  *  fixes documentation link ([ca06bf13](https://github.com/kbknapp/term_size-rs/commit/ca06bf132948559032853addd9aa0af022a126e9))
  *  minor fixups ([1c269046](https://github.com/kbknapp/term_size-rs/commit/1c2690462b1b1db58d46395c6f1cf098dd769e18))