# v3.1.0 Released 2017-05-13. * Add the MIT license as an alternative to the Apache 2.0 license. This license change applies retroactively to all versions, this is only a metadata change. # v3.0.0 Released 2016-10-29. * Depend on libc only on Unix-like environments, and on kernel32-sys only on Windows. This requires Rust 1.8 or later, hence the major version bump. # v2.0.0 Released 2016-04-09. * Change ID type to `usize` to better reflect the underlying platform IDs. This is a breaking change. * Allow functions to be inlined to avoid call overhead. Many thanks to Amanieu d'Antras for contributing to this release. # v1.0.0 Released 2016-03-13. Initial release with Windows and Linux support.