summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorWesley Moore <wes@wezm.net>2017-08-08 07:03:36 +1000
committerWesley Moore <wes@wezm.net>2017-08-08 07:03:36 +1000
commit0fbd22362e5e08f73154fc6a87af221e8f0a9075 (patch)
treed8b102b6819dea1e0000348f5a73581434a30427 /CHANGELOG.md
parent6ea77da65132e782167705fc2f6963fc82728460 (diff)
downloadnix-0fbd22362e5e08f73154fc6a87af221e8f0a9075.zip
Add entry to CHANGELOG about OpenBSD fixes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1d278d6..8c66fa23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
It accepts a `None` value for default protocol that was specified with zero using `c_int`.
([#647](https://github.com/nix-rust/nix/pull/647))
+# Fixed
+- Fix compilation and tests for OpenBSD targets
+ ([#688](https://github.com/nix-rust/nix/pull/688))
+
## [0.9.0] 2017-07-23
### Added