gecko-dev/third_party/rust/term_size/CHANGELOG.md
Manish Goregaokar 6029c24c9d Bug 1341102: Revendor rust dependencies; r=bustage
MozReview-Commit-ID: 7hXRyaLssOZ


--HG--
rename : third_party/rust/cssparser/src/macros/match_byte.rs => third_party/rust/cssparser/build/match_byte.rs
2017-02-28 09:23:59 -08:00

1002 B

v0.2.3 (2017-02-21)

Bug Fixes

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

v0.2.2 (2017-01-29)

  • Updates deps libc and clippy

v0.2.1 (2016-09-05)

Bug Fixes

  • uses libc::winsize instead of homegrown (216986ec, closes #6)

v0.2.0

v0.2.0 (2016-09-05)

Features

  • adds support for Windows (f181c99)

Documentation