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 @@ -15,14 +15,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
15
15
- Minimum supported Rust version is now 1.13
16
16
- Removed ` revents ` argument from ` PollFd::new() ` as it's an output argument and
17
17
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 ) )
19
19
20
20
### Fixed
21
21
- Fixed multiple issues compiling under different archetectures and OSes.
22
22
Now compiles on Linux/MIPS ([ #538 ] ( https://github.com/nix-rust/nix/pull/538 ) ),
23
23
` 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 ) ).
26
27
27
28
## [ 0.8.0] 2017-03-02
28
29
You can’t perform that action at this time.
0 commit comments