From f38a15a112e3ad10b4a2e5a802655eecc3a93ada Mon Sep 17 00:00:00 2001 From: Nelson Chen Date: Thu, 24 Aug 2017 07:57:25 -0700 Subject: [PATCH] Update CHANGELOG.md for #744 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5ebf1261..915f4eb8a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ([#739](https://github.com/nix-rust/nix/pull/739)) - Expose `signalfd` module on Android as well. ([#739](https://github.com/nix-rust/nix/pull/739)) +- Marked `pty::ptsname` function to be as `unsafe` + ([#744](https://github.com/nix-rust/nix/pull/744)) ### Changed - Renamed existing `ptrace` wrappers to encourage namespacing ([#692](https://github.com/nix-rust/nix/pull/692))