summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamal Marhubi <kamal@marhubi.com>2017-04-16 23:05:56 -0400
committerKamal Marhubi <kamal@marhubi.com>2017-04-16 23:10:06 -0400
commit647f9c13135d55f6b57845f60a3aa29870d83586 (patch)
tree9695e4bd3abac21cb65a4d366b4a981dd30ec03e
parent2f780ef0052587415e2a3dfe934acc0e30eebee0 (diff)
downloadnix-647f9c13135d55f6b57845f60a3aa29870d83586.zip
Add v0.8.1 to changelog
v0.8.1 was released to fix the broken build on FreeBSD. It is v0.8.0 with a859ee3 cherry-picked. refs #567
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3db05552..c413638b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
`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.1] 2017-04-16
+
+### Fixed
+- Fixed build on FreeBSD. (Cherry-picked
+ [a859ee3c](https://github.com/nix-rust/nix/commit/a859ee3c9396dfdb118fcc2c8ecc697e2d303467))
+
## [0.8.0] 2017-03-02
### Added