From 77bfff8ec05ed66f2f45f9f96a3fa322358894ad Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 25 Feb 2025 09:44:13 +0100 Subject: [PATCH] changelog: add entry Signed-off-by: Mathieu Tortuyaux --- changelog/changes/2025-02-25-erofs.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2025-02-25-erofs.md diff --git a/changelog/changes/2025-02-25-erofs.md b/changelog/changes/2025-02-25-erofs.md new file mode 100644 index 0000000000..e1c6456e0d --- /dev/null +++ b/changelog/changes/2025-02-25-erofs.md @@ -0,0 +1 @@ +- Enabled EROFS module with XATTR support ([Flatcar#1659](https://github.com/flatcar/Flatcar/issues/1659))