Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions doc/manual/src/release-notes/rl-2.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@
* You can now disable the global flake registry by setting the `flake-registry`
configuration option to an empty string. The same can be achieved at runtime with
`--flake-registry ""`.

* Since 2.13.4, a new function `builtins.readFileType` is available. It is similar to
`builtins.readDir` but acts on a single file or directory.

* Since 2.13.4, the `builtins.readDir` function has been optimized when encountering not-yet-known
file types from POSIX's `readdir`. In such cases the type of each file was
discovered by making multiple syscalls. This change makes these operations
lazy such that these lookups will only be performed if the attribute is used.
This optimization affects a minority of filesystems and operating systems.
10 changes: 0 additions & 10 deletions doc/manual/src/release-notes/rl-next.md

This file was deleted.