summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKamal Marhubi <kamal@marhubi.com>2017-02-27 22:37:28 -0500
committerKamal Marhubi <kamal@marhubi.com>2017-02-27 22:47:12 -0500
commitb81229d4ba0cd6edea03a0a2cde9b565ba9b0038 (patch)
tree4fd4021f1e4b8556bcbde7df63c9f065bfd8dd70 /CHANGELOG.md
parent06d9b04180288de9906afd8018dd19a403e1877d (diff)
downloadnix-b81229d4ba0cd6edea03a0a2cde9b565ba9b0038.zip
fcntl: Support getting and setting pipe size on Linux
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 0a6dc8d2..c46e94f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -44,6 +44,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#503](https://github.com/nix-rust/nix/pull/503))
- Added `ppoll` in `::nix::poll`
([#520](https://github.com/nix-rust/nix/pull/520))
+- Added support for getting and setting pipe size with fcntl(2) on Linux
+ ([#540](https://github.com/nix-rust/nix/pull/540)
### Changed
- `::nix::sys::termios::{cfgetispeed, cfsetispeed, cfgetospeed, cfsetospeed}`