aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThéophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>2022-07-06 06:46:54 +0200
committerGitHub <noreply@github.com>2022-07-06 06:46:54 +0200
commit6fa95c35c7f9d88ad7685614d275d06373394c87 (patch)
treeaa5afdd2963c3e85038e89ac16e601e78bc35787 /doc
parentb0e18df994f2f189839332a5eaaca6686d3f496d (diff)
Add a release notes entry for #4914
cc @gytis-ivaskevicius
Diffstat (limited to 'doc')
-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 9684a70d4..f6a45184f 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -9,3 +9,6 @@
`nix repl --file '<nixpkgs>'` or `nix repl --expr 'import <nixpkgs>{}'`
This is currently guarded by the 'repl-flake' experimental feature
+
+* A new primop `builtins.traceVerbose` is available. It is similar to `builtins.trace`
+ if the `trace-verbose` setting is set to true, and it is a no-op otherwise.