Files
tokio/CHANGELOG.md
T

36 lines
1.2 KiB
Markdown
Raw Normal View History

2018-08-12 17:17:25 -07:00
# Changelog
All notable changes to this project will be documented in this file.
2018-05-06 21:50:41 +02:00
2018-08-12 17:17:25 -07:00
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
2018-08-25 09:50:00 -07:00
2018-08-25 11:16:54 -07:00
## [0.2.4] - 2018-08-25
### Fixes
* Actually make `unix::bsd` public
2018-08-25 09:50:00 -07:00
## [0.2.3] - 2018-08-25
### Features
2018-08-19 11:08:02 -06:00
* Exposes `SIGINFO` on BSD-based operating systems. (#46)
2018-08-12 17:17:25 -07:00
2018-08-23 17:52:18 -07:00
## [0.2.2] - 2018-08-14
2018-08-12 17:17:25 -07:00
### Fixes
* Fix starvation of `Signal`s whenever a `Signal` instance is dropped
* Fix starvation of individual `Signal`s based on their creation order
## [0.2.1] - 2018-05-27
### Fixes
* Bump minimum supported version of `mio` to 0.6.14
## 0.2.0 - 2018-05-07
2018-05-06 21:50:41 +02:00
#### Features
* Uses `tokio` instead of `tokio_core` (#24)
* Supports all 33 signals on FreeBSD (#27)
2018-08-25 11:16:54 -07:00
[Unreleased]: https://github.com/alexcrichton/tokio-process/compare/0.2.4...HEAD
[0.2.4]: https://github.com/alexcrichton/tokio-signal/compare/0.2.3...0.2.4
2018-08-25 09:50:00 -07:00
[0.2.3]: https://github.com/alexcrichton/tokio-signal/compare/0.2.2...0.2.3
2018-08-12 17:17:25 -07:00
[0.2.2]: https://github.com/alexcrichton/tokio-signal/compare/0.2.1...0.2.2
[0.2.1]: https://github.com/alexcrichton/tokio-signal/compare/0.2.0...0.2.1