diff options
author | Alex Zero <me@alex0.net> | 2023-08-14 18:52:21 +0100 |
---|---|---|
committer | Alex Zero <me@alex0.net> | 2023-08-14 18:56:02 +0100 |
commit | 37a509ca2d7ab4b6a94ba35462483494253bf231 (patch) | |
tree | 8fe48d438ca72045006b7bc1ae3183508f361fb0 /doc | |
parent | 1ef8008ca7a7b38570f06abdbb7960e93ac044ef (diff) |
Add release notes for the previous commit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 7ddb5ca00..5a870f1ab 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -22,3 +22,5 @@ - Introduce a new [`outputOf`](@docroot@/language/builtins.md#builtins-outputOf) builtin. It is part of the [`dynamic-derivations`](@docroot@/contributing/experimental-features.md#xp-feature-dynamic-derivations) experimental feature. + +- Flake follow paths at depths greater than 2 are now handled correctly, preventing "follows a non-existent input" errors. |