Skip to content

Commit 2f780ef

Browse files
committed
Merge #581
581: Fix syntax for changelog and add missing feature r=Susurrus
2 parents e7e988d + 8d276e5 commit 2f780ef

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
@@ -17,14 +17,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1717
- Minimum supported Rust version is now 1.13
1818
- Removed `revents` argument from `PollFd::new()` as it's an output argument and
1919
will be overwritten regardless of value.
20-
([#542](https://github.com/nix-rust/nix/pull/542)
20+
([#542](https://github.com/nix-rust/nix/pull/542))
2121

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

2930
## [0.8.0] 2017-03-02
3031

0 commit comments

Comments
 (0)