Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 5, 2024
1 parent 3fd67af commit f386b72
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Compatibility

- `PtyProcess::get_file_handle()` returns an error if dup() fails
- `spawn_bash()` returns error if `tempfile::NamedTempFile::new()` or `write!()` fails
- Renamed `Error::SendContolError` to `Error::SendControlError`
- MSRV updated to 1.65

### Feature

- "which" functionality was added (feature gated)
- Option to skip ansi escape codes

### Fixed

- file descriptor leak was fixed in `PtyProcess::new()`
- Documentation cleanup

## [0.5.0] 2022-10-09

### Changed
Expand Down

0 comments on commit f386b72

Please sign in to comment.