Skip to content

Commit f386b72

Browse files
committed
docs: Update changelog
1 parent 3fd67af commit f386b72

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
<!-- next-header -->
77
## [Unreleased] - ReleaseDate
88

9+
### Compatibility
10+
11+
- `PtyProcess::get_file_handle()` returns an error if dup() fails
12+
- `spawn_bash()` returns error if `tempfile::NamedTempFile::new()` or `write!()` fails
13+
- Renamed `Error::SendContolError` to `Error::SendControlError`
14+
- MSRV updated to 1.65
15+
16+
### Feature
17+
18+
- "which" functionality was added (feature gated)
19+
- Option to skip ansi escape codes
20+
21+
### Fixed
22+
23+
- file descriptor leak was fixed in `PtyProcess::new()`
24+
- Documentation cleanup
25+
926
## [0.5.0] 2022-10-09
1027

1128
### Changed

0 commit comments

Comments
 (0)