aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThéophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>2023-01-23 09:39:00 +0100
committerGitHub <noreply@github.com>2023-01-23 09:39:00 +0100
commit90e630a542c163e4d0fa2fb28bc6e1782e4bd394 (patch)
treeafc17ad5d7bf9694364bbabff568c722e59e2637 /doc
parent04de0dd0b4059c75115c780dae8ddc49a847b0e5 (diff)
parenta0642305ab52b344910373041b38ab27a58cab0e (diff)
Merge pull request #7641 from layus/coerce-strings-fixups
Coerce strings fixups
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/release-notes/rl-2.13.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-2.13.md b/doc/manual/src/release-notes/rl-2.13.md
index 2b79620be..2ebf19f60 100644
--- a/doc/manual/src/release-notes/rl-2.13.md
+++ b/doc/manual/src/release-notes/rl-2.13.md
@@ -18,6 +18,10 @@
* Instead of "antiquotation", the more common term [string interpolation](../language/string-interpolation.md) is now used consistently.
Historical release notes were not changed.
+* 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.
+
* Allow explicitly selecting outputs in a store derivation installable, just like we can do with other sorts of installables.
For example,
```shell-session