summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-07-14 04:15:39 +0000
committerGitHub <noreply@github.com>2022-07-14 04:15:39 +0000
commite5f354cf58ac8aa80b2812a9d84d6854ecafb405 (patch)
tree7ce79bcd4233582a876480b8be0db1751d6b93ba /CHANGELOG.md
parentfb65331a559ce3a51640ef6431562eea6cd39725 (diff)
parent137a9abb666661d1546d471e61321a94ead2eca2 (diff)
downloadnix-e5f354cf58ac8aa80b2812a9d84d6854ecafb405.zip
Merge #1758
1758: Add chflags r=rtzoeller a=asomers Co-authored-by: musikid <musikid@outlook.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 1109818b..244455bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
(#[1761](https://github.com/nix-rust/nix/pull/1761))
- Added const constructors for `TimeSpec` and `TimeVal`
(#[1760](https://github.com/nix-rust/nix/pull/1760))
+- Added `chflags`.
+ (#[1758](https://github.com/nix-rust/nix/pull/1758))
- Added `aio_writev` and `aio_readv`.
(#[1713](https://github.com/nix-rust/nix/pull/1713))
- impl `From<uid_t>` for `Uid` and `From<gid_t>` for `Gid`