---
NEWS | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/NEWS b/NEWS
index 710b8ddda..922543a31 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ Changes in 3.0.8 (since 3.0.7)
** Fix compilation of (ash x N), where N is a literal, at -O1 and below
** Texinfo and XML parsers are now thread-safe
(<https://bugs.gnu.org/51264>)
+** Fix documentation of ‘mkdir’
+ Previously, the documentation implied the umask was ignored if the
+ mode was set explicitely. However, this is not the case.
* New deprecations
@@ -28,6 +31,15 @@ This function was undocumented.
* New interfaces and functionality
+** Bindings to openat and friends
+
+The procedures `openat', `open-fdes-at', `statat', `chownat',
+`unlinkat', `chmodat', `renameat', `mkdirat' and `symlinkat' have been
+added. They resolve file names relative to a directory passed as a file
+port. The procedures `chdir' `readlink' and `utime' have been extended
+to support file ports. The related flags `AT_REMOVEDIR' and
+`AT_EACCESS' have been added. See `File System' in the manual
+
** Typed vector copy functions
The functions `u8vector-copy' `s8vector-copy' `u16vector-copy'
--
2.30.2