summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryant Mairs <bryant@mai.rs>2017-04-15 14:35:43 -0700
committerBryant Mairs <bryant@mai.rs>2017-04-15 14:35:43 -0700
commit8d276e5deaca573549d5c173b7f6b840d9ac95d9 (patch)
tree9a7e9db5a22f01f0c757ae660d372d5c7210fc8b
parent635c8718eede6d7f6a50cf9954a9af8603d2fa1d (diff)
downloadnix-8d276e5deaca573549d5c173b7f6b840d9ac95d9.zip
Fix syntax for changelog and add missing feature
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eac3072a..ea00bb07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,14 +15,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