Skip to content

Commit 9348f3b

Browse files
committed
Update changelog
1 parent d8dce52 commit 9348f3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
7171
- Removed the the `PATH_MAX` restriction from APIs accepting paths. Paths
7272
will now be allocated on the heap if they are too long. In addition, large
7373
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`.
7476

7577
### Fixed
7678

0 commit comments

Comments
 (0)