aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/release-notes
diff options
context:
space:
mode:
authorBen Burdette <bburdette@users.noreply.github.com>2022-05-25 10:41:10 -0600
committerGitHub <noreply@github.com>2022-05-25 10:41:10 -0600
commit9a5ea6c359d5dc8a9a9c603a3c63ca808b04c15b (patch)
treee4a8f5e916b5a08fdfa82f723dae4499dec5bf69 /doc/manual/src/release-notes
parent6031a36208dd174f05f094898d8ad35e5366106f (diff)
parentd8398d33c9a09e1f5599127ae6d477e7e0868b55 (diff)
Merge branch 'master' into debug-exploratory-PR
Diffstat (limited to 'doc/manual/src/release-notes')
-rw-r--r--doc/manual/src/release-notes/rl-next.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index a808e145a..878916dc9 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -37,3 +37,6 @@
:c Go until end of program, exception, or builtins.break().
:s Go one step
```
+
+* `builtins.fetchTree` (and flake inputs) can now be used to fetch plain files
+ over the `http(s)` and `file` protocols in addition to directory tarballs.