From d7507fe084a0b531c7e0d09222e5f019e4a64e3b Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Wed, 8 May 2024 14:28:57 -0700 Subject: [PATCH] Put VFS ChangeLog into 3.1.60 (#21911) #21805 created a new entry, 3.1.61 (with release data 5/8), while we haven't released 3.1.60. Putting the entry back into 3.1.60. --- ChangeLog.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 173ec742a3dc..00d701522a69 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -18,13 +18,10 @@ to browse the changes between the tags. See docs/process.md for more on how version tagging works. -3.1.61 - 05/08/24 ------------------ -- Under nodefs, symbolic links to files outside of mount locations no longer work. - This reverts the previous behaviour added in #3277. (#21805) - 3.1.60 (in development) ----------------------- +- Under nodefs, symbolic links to files outside of mount locations no longer work. + This reverts the previous behaviour added in #3277. (#21805) - The `EXPORTED_FUNCTIONS` list can now include JS library symbols even if they have not been otherwise included (e.g. via `DEFAULT_LIBRARY_FUNCS_TO_INCLUDE`). (#21867)