Skip to content

Commit

Permalink
Merge #581
Browse files Browse the repository at this point in the history
581: Fix syntax for changelog and add missing feature r=Susurrus
  • Loading branch information
bors[bot] committed Apr 16, 2017
2 parents e7e988d + 8d276e5 commit 2f780ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Minimum supported Rust version is now 1.13
- Removed `revents` argument from `PollFd::new()` as it's an output argument and
will be overwritten regardless of value.
([#542](https://github.com/nix-rust/nix/pull/542)
([#542](https://github.com/nix-rust/nix/pull/542))

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

## [0.8.0] 2017-03-02

Expand Down

0 comments on commit 2f780ef

Please sign in to comment.