aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortomberek <tomberek@users.noreply.github.com>2023-08-25 10:33:05 -0400
committerGitHub <noreply@github.com>2023-08-25 10:33:05 -0400
commitb563ef38cca8f247a21b86c157feabcf94d66c09 (patch)
tree00b71e8dbcb7f431558affebf3c2eed29ad1d5d3 /doc
parentdd9f816b29560af728928ea74898203f3efa3fd8 (diff)
parent75243c96937b472665b94729df81f8296b262085 (diff)
Merge pull request #8819 from VertexA115/fix/deep-follow-paths
Fix follow path checking at depths greater than 2
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/release-notes/rl-next.md2
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.