Skip to content

Commit a600f3f

Browse files
committed
Auto merge of #581 - Susurrus:master, r=kamalmarhubi
Fix syntax for changelog and add missing feature
2 parents 635c871 + 8d276e5 commit a600f3f

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)