From a421fe97d35b457146ff14cb512ccf9cf671a044 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 4 Dec 2024 15:34:10 -0800 Subject: [PATCH] Move changelog entry from #22998. NFC --- ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index cc2a2ed3151c5..13cacf0c6e90c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -20,13 +20,13 @@ See docs/process.md for more on how version tagging works. 3.1.74 (in development) ----------------------- +- The file system was updated to independently track atime, mtime and ctime + instead of using the same time for all three. (#22998) 3.1.73 - 11/28/24 ----------------- - libunwind was updated to LLVM 19.1.4. (#22394) - mimalloc was updated to 2.1.7. (#21548) -- The file system was updated to independently track atime, mtime and ctime - instead of using the same time for all three. (#22998) 3.1.72 - 11/19/24 -----------------