summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2017-06-13 15:07:04 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2017-06-13 15:07:04 +0000
commit6783ffc206de568ca8867abe6133bdad9110211e (patch)
treea1a7f86475c65e7a104c0ec610ca79f52c4de848 /CHANGELOG.md
parentf37b0d3a39ef0dde1e0e0eb79b6a891c4b534d6d (diff)
parent45b7b1bd1aee2335ed38e0f1d677e7e0edd2c4e7 (diff)
downloadnix-6783ffc206de568ca8867abe6133bdad9110211e.zip
Merge #456
456: Add openpty r=Susurrus Lemme know if anything needs to be fixed
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 9209f0bc..9535b1fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
([#551](https://github.com/nix-rust/nix/pull/551))
- Added `nix::pty::{grantpt, posix_openpt, ptsname/ptsname_r, unlockpt}`
([#556](https://github.com/nix-rust/nix/pull/556)
+- Added `nix::ptr::openpty`
+ ([#456](https://github.com/nix-rust/nix/pull/456))
### Changed
- Marked `sys::mman::{ mmap, munmap, madvise, munlock, msync }` as unsafe.