From 345fd36f1745ea4a99143353feb8c805cfe413ce Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 28 Nov 2022 21:35:45 -0700 Subject: [PATCH] [skip ci] fix CHANGELOG formatting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ec6b408e..88035d608f 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))