Skip to content

Commit e5bdf79

Browse files
committed
Note about newtypes added to changelog.
1 parent 3432040 commit e5bdf79

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
@@ -32,6 +32,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3232
- Changed type signature of `sys::select::FdSet::contains` to make `self`
3333
immutable ([#564](https://github.com/nix-rust/nix/pull/564))
3434
- Changed type of `sched::sched_setaffinity`'s `pid` argument to `pid_t`
35+
- Newtypes for UID, GID, and PID. `uid_t` changed to `Uid`, `gid_t` changed to
36+
`Gid`, `pid_t` changed to `Pid`.
3537

3638
### Removed
3739
- Removed io::Error from nix::Error and conversion from nix::Error to Errno

0 commit comments

Comments
 (0)