Skip to content

Commit 8d276e5

Browse files
committed
Fix syntax for changelog and add missing feature
1 parent 635c871 commit 8d276e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515
- Minimum supported Rust version is now 1.13
1616
- Removed `revents` argument from `PollFd::new()` as it's an output argument and
1717
will be overwritten regardless of value.
18-
([#542](https://github.com/nix-rust/nix/pull/542)
18+
([#542](https://github.com/nix-rust/nix/pull/542))
1919

2020
### Fixed
2121
- Fixed multiple issues compiling under different archetectures and OSes.
2222
Now compiles on Linux/MIPS ([#538](https://github.com/nix-rust/nix/pull/538)),
2323
`Linux/PPC` ([#553](https://github.com/nix-rust/nix/pull/553)),
24-
`MacOS/x86_64,i686` ([#553](https://github.com/nix-rust/nix/pull/553),
25-
and `NetBSD/x64_64` ([#538](https://github.com/nix-rust/nix/pull/538).
24+
`MacOS/x86_64,i686` ([#553](https://github.com/nix-rust/nix/pull/553)),
25+
`NetBSD/x64_64` ([#538](https://github.com/nix-rust/nix/pull/538)), and
26+
`FreeBSD/x86_64,i686` ([#536](https://github.com/nix-rust/nix/pull/536)).
2627

2728
## [0.8.0] 2017-03-02
2829

0 commit comments

Comments
 (0)