We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd67af commit f386b72Copy full SHA for f386b72
CHANGELOG.md
@@ -6,6 +6,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
<!-- next-header -->
7
## [Unreleased] - ReleaseDate
8
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
26
## [0.5.0] 2022-10-09
27
28
### Changed
0 commit comments