summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-05-31 14:33:12 +0000
committerGitHub <noreply@github.com>2021-05-31 14:33:12 +0000
commit478db7dc521f52767efe2a0f3aabb00a4dd6b91b (patch)
tree87afc3ee6cd09008191559e307de1038ec5e7067 /CHANGELOG.md
parent77e44027b36222f1c0b8f1d2c82b7e533a694a04 (diff)
parentb481a0eb2fa8ff8b8376c8077b971b793c81d5eb (diff)
downloadnix-478db7dc521f52767efe2a0f3aabb00a4dd6b91b.zip
Merge #1430
1430: Add getresuid() and getresgid() to unistd r=asomers a=jerylvaz Co-authored-by: Jeryl Vaz <jerylvaz@yahoo.com>
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 d950ab18..423ca665 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased] - ReleaseDate
### Added
+- Added `getresuid` and `getresgid`
+ (#[1430](https://github.com/nix-rust/nix/pull/1430))
- Added TIMESTAMPNS support for linux
(#[1402](https://github.com/nix-rust/nix/pull/1402))
- Added `sendfile64` (#[1439](https://github.com/nix-rust/nix/pull/1439))