diff options
author | Alexander Bantyev <balsoft@balsoft.ru> | 2021-12-28 16:13:07 +0300 |
---|---|---|
committer | Alexander Bantyev <balsoft@balsoft.ru> | 2021-12-29 02:54:36 +0300 |
commit | a26351da02689d1e3ee562a6d89d93c12816e476 (patch) | |
tree | 2980911a028afdef01c44d0cada212c505fa5523 /doc | |
parent | 2dc29e0d932822baa50dbc3e81ae108382c39062 (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.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 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. |