aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Bantyev <balsoft@balsoft.ru>2021-12-28 16:13:07 +0300
committerAlexander Bantyev <balsoft@balsoft.ru>2021-12-29 02:54:36 +0300
commita26351da02689d1e3ee562a6d89d93c12816e476 (patch)
tree2980911a028afdef01c44d0cada212c505fa5523 /doc
parent2dc29e0d932822baa50dbc3e81ae108382c39062 (diff)
Add ability to toggle show-trace from within the repl
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 ac662c132..2a67a39b1 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -2,3 +2,5 @@
* The TOML parser used by `builtins.fromTOML` has been replaced by [a
more compliant one](https://github.com/ToruNiina/toml11).
+* Added `:st`/`:show-trace` commands to nix repl, which are used to
+ set or toggle display of error traces.