Skip to content

Commit

Permalink
Add changelog for #1211.
Browse files Browse the repository at this point in the history
Closes #1194
  • Loading branch information
GuillaumeDIDIER committed Apr 20, 2020
1 parent db1fabe commit 6fb8024
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - ReleaseDate
### Added
- Added support on linux systems for `MAP_HUGE_`_`SIZE`_ family of flags.
(#[1211](https://github.com/nix-rust/nix/pull/1211))
- Added support for `F_OFD_*` `fcntl` commands on Linux and Android.
(#[1195](https://github.com/nix-rust/nix/pull/1195))
- Added `env::clearenv()`: calls `libc::clearenv` on platforms
Expand Down Expand Up @@ -118,7 +120,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

// old code `readlink(&path, &mut buf)` can be replaced with the following
let _: OsString = readlink(&path);

// old code `readlinkat(dirfd, &path, &mut buf)` can be replaced with the following
let _: OsString = readlinkat(dirfd, &path);
```
Expand Down

0 comments on commit 6fb8024

Please sign in to comment.