aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 7fe7068d0b97dca132b1666cd4563c0bacaf9e06 (plain) (blame)
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
# Changelog

## [0.4.0] - 2023-08-06

### Changed

* Switch from nix to rustix, for hopefully better portability

### Added

* Implemented AsRawFd for the Pty structs

## [0.3.0] - 2023-03-08

### Changed

* Complete rewrite of the API
* Tokio is now the only supported backend, enabled via the `async` feature

## [0.2.0] - 2021-12-15

### Changed

* Simplified the `Error` type to remove a bunch of unnecessary distinctions

## [0.1.1] - 2021-11-10

### Changed

* Bumped deps and moved to 2021 edition

## [0.1.0] - 2021-03-06

### Added

* Initial release