diff options
author | Guillaume Maudoux <guillaume.maudoux@tweag.io> | 2022-04-29 11:24:48 +0200 |
---|---|---|
committer | Guillaume Maudoux <guillaume.maudoux@tweag.io> | 2022-04-29 11:24:48 +0200 |
commit | 9ff892aad4ee13532ea84cb6e4a2a53d70945efe (patch) | |
tree | 48c6e49587b823ef6ad0f7f18400a90bc98051da | |
parent | e93b59fbc5ada40e77d6f2b2a8bbd8e482418d6a (diff) |
Add release notes for error traces revamp
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 7b3ad4e58..f312f2f86 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -14,3 +14,7 @@ * `nix build` has a new `--print-out-paths` flag to print the resulting output paths. This matches the default behaviour of `nix-build`. + +* Error traces have been reworked to provide detailed explanations and more + accurate error locations. A short excerpt of the trace is now shown by + default when an error occurs. |