Skip to content

Commit d1e7733

Browse files
committed
Cleanup the changelog
1 parent 9f1b233 commit d1e7733

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2323
([#614](https://github.com/nix-rust/nix/pull/614))
2424

2525
### Changed
26-
- Changed ioctl! write to take argument by value instead as pointer.
27-
If you need a pointer as argument, use ioctl! write buf.
26+
- Changed `ioctl!(write ...)` to take argument by value instead as pointer.
27+
If you need a pointer as argument, use `ioctl!(write buf ...)`.
2828
([#626](https://github.com/nix-rust/nix/pull/626))
2929
- Marked `sys::mman::{ mmap, munmap, madvise, munlock, msync }` as unsafe.
3030
([#559](https://github.com/nix-rust/nix/pull/559))
31-
- Minimum supported Rust version is now 1.13
31+
- Minimum supported Rust version is now 1.13.
3232
- Removed `revents` argument from `PollFd::new()` as it's an output argument and
3333
will be overwritten regardless of value.
3434
([#542](https://github.com/nix-rust/nix/pull/542))
3535
- Changed type signature of `sys::select::FdSet::contains` to make `self`
3636
immutable ([#564](https://github.com/nix-rust/nix/pull/564))
37-
- Changed type of `sched::sched_setaffinity`'s `pid` argument to `pid_t`
38-
- Introduced wrapper types for gid_t, pid_t, and uid_t as Gid, Pid, and Uid
37+
- Introduced wrapper types for `gid_t`, `pid_t`, and `uid_t` as `Gid`, `Pid`, and `Uid`
3938
respectively. Various functions have been changed to use these new types as
4039
arguments. ([#629](https://github.com/nix-rust/nix/pull/629))
4140
- Promoted all Android targets to Tier 2 support
@@ -44,7 +43,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4443
([#561](https://github.com/nix-rust/nix/pull/561))
4544

4645
### Removed
47-
- Removed io::Error from nix::Error and conversion from nix::Error to Errno
46+
- Removed `io::Error` from `nix::Error` and the conversion from `nix::Error` to `Errno`
4847
([#614](https://github.com/nix-rust/nix/pull/614))
4948

5049
### Fixed
@@ -75,7 +74,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7574
- Added `::nix::sys::termios::BaudRate` enum to provide portable baudrate
7675
values. ([#518](https://github.com/nix-rust/nix/pull/518))
7776
- Added a new `WaitStatus::PtraceEvent` to support ptrace events on Linux
78-
and Android ([([#438](https://github.com/nix-rust/nix/pull/438))
77+
and Android ([#438](https://github.com/nix-rust/nix/pull/438))
7978
- Added support for POSIX AIO
8079
([#483](https://github.com/nix-rust/nix/pull/483))
8180
([#506](https://github.com/nix-rust/nix/pull/506))
@@ -111,7 +110,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
111110
- Added `ppoll` in `::nix::poll`
112111
([#520](https://github.com/nix-rust/nix/pull/520))
113112
- Added support for getting and setting pipe size with fcntl(2) on Linux
114-
([#540](https://github.com/nix-rust/nix/pull/540)
113+
([#540](https://github.com/nix-rust/nix/pull/540))
115114

116115
### Changed
117116
- `::nix::sys::termios::{cfgetispeed, cfsetispeed, cfgetospeed, cfsetospeed}`

0 commit comments

Comments
 (0)