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 d8dce52 commit 9348f3bCopy full SHA for 9348f3b
CHANGELOG.md
@@ -71,6 +71,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
71
- Removed the the `PATH_MAX` restriction from APIs accepting paths. Paths
72
will now be allocated on the heap if they are too long. In addition, large
73
instruction count improvements (~30x) were made to path handling.
74
+- `uname` now returns a `Result` instead of blindly assuming the call never fails.
75
+- Getters on the `UtsName` struct now return a `&[u8]` instead of `&str`.
76
77
### Fixed
78
0 commit comments