summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-10-17 19:00:48 -0600
committerAlan Somers <asomers@gmail.com>2022-10-23 22:42:00 -0600
commitb2c036164744bc06f2f194f4ea7c9b8acc19234c (patch)
tree8f118faa9b41860e5125135c1b92867ffc414744 /CHANGELOG.md
parent3f66d1f4ce06403f646876864260c59ca3627ee4 (diff)
downloadnix-b2c036164744bc06f2f194f4ea7c9b8acc19234c.zip
Add a Statfs::flags method
It returns the mount flags on the BSDs. On Linux, it returns a slightly different set of flags.
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 5c3a3d1d..43d122ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Add `MntFlags` and `unmount` on all of the BSDs.
([#1849](https://github.com/nix-rust/nix/pull/1849))
+- Added a 'Statfs::flags' method.
+ ([#1849](https://github.com/nix-rust/nix/pull/1849))
- Added `NSFS_MAGIC` FsType on Linux and Android.
([#1829](https://github.com/nix-rust/nix/pull/1829))
- Added `sched_getcpu` on platforms that support it.