summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2022-11-28 21:35:45 -0700
committerAlan Somers <asomers@gmail.com>2022-11-28 21:35:45 -0700
commit345fd36f1745ea4a99143353feb8c805cfe413ce (patch)
treee79c43e42b9afbac3a60fecde9ab8b263003a4f3 /CHANGELOG.md
parent5db5581e70683f213e7b51b7d8b4c039b63399e0 (diff)
downloadnix-345fd36f1745ea4a99143353feb8c805cfe413ce.zip
[skip ci] fix CHANGELOG formatting
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9ec6b40..88035d60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
([#1877](https://github.com/nix-rust/nix/pull/1877))
- Add `MntFlags` and `unmount` on all of the BSDs.
([#1849](https://github.com/nix-rust/nix/pull/1849))
-- Added a 'Statfs::flags' method.
+- 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))