summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew Morrow <andrew.d.morrow@gmail.com>2018-05-02 19:08:41 -0600
committerAndrew Morrow <andrew.d.morrow@gmail.com>2018-05-28 21:39:20 -0600
commit325c43c6d5b5b8945dd8bee3575500887923b2cf (patch)
tree1e92ceebfae83013c3bb216041315d87470f5539 /CHANGELOG.md
parentb87d45b349485cf2ecf7414af70133bd8e91c4ab (diff)
downloadnix-325c43c6d5b5b8945dd8bee3575500887923b2cf.zip
Implement sendfile on FreeBSD and Darwin
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 350d18f5..39f78ddd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
+- Added `sendfile` on FreeBSD and Darwin.
+ ([#901](https://github.com/nix-rust/nix/pull/901))
- Added `pselect`
([#894](https://github.com/nix-rust/nix/pull/894))
- Exposed `preadv` and `pwritev` on the BSDs.