File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
17
17
- Minimum supported Rust version is now 1.13
18
18
- Removed ` revents ` argument from ` PollFd::new() ` as it's an output argument and
19
19
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 ) )
21
21
22
22
### Fixed
23
23
- Fixed multiple issues compiling under different archetectures and OSes.
24
24
Now compiles on Linux/MIPS ([ #538 ] ( https://github.com/nix-rust/nix/pull/538 ) ),
25
25
` 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 ) ).
28
29
29
30
## [ 0.8.0] 2017-03-02
30
31
You can’t perform that action at this time.
0 commit comments