manual: fix release notes
fix key spelling errors, type errors, things-should-not-be-comments errors Change-Id: I3ce12873aa78002bca686bd88404771895b05d30
This commit is contained in:
parent
da22dbc333
commit
8fd02df90d
5 changed files with 9 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
synopsis: "`--debugger` can now access bindings from `let` expressions"
|
synopsis: "`--debugger` can now access bindings from `let` expressions"
|
||||||
prs: 9918
|
prs: 9918
|
||||||
issues: 8827.
|
issues: 8827
|
||||||
---
|
---
|
||||||
|
|
||||||
Breakpoints and errors in the bindings of a `let` expression can now access
|
Breakpoints and errors in the bindings of a `let` expression can now access
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
|
---
|
||||||
synopsis: Disallow empty search regex in `nix search`
|
synopsis: Disallow empty search regex in `nix search`
|
||||||
prs: #9481
|
prs: 9481
|
||||||
description: {
|
---
|
||||||
|
|
||||||
[`nix search`](@docroot@/command-ref/new-cli/nix3-search.md) now requires a search regex to be passed. To show all packages, use `^`.
|
[`nix search`](@docroot@/command-ref/new-cli/nix3-search.md) now requires a search regex to be passed. To show all packages, use `^`.
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
synposis: "`Overhaul `nix flake update` and `nix flake lock` UX"
|
synopsis: "`Overhaul `nix flake update` and `nix flake lock` UX"
|
||||||
prs: 8817
|
prs: 8817
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
synopsis: Coercion errors include the failing value
|
synopsis: Coercion errors include the failing value
|
||||||
issues: #561
|
issues: 561
|
||||||
prs: #9754
|
prs: 9754
|
||||||
---
|
---
|
||||||
|
|
||||||
The `error: cannot coerce a <TYPE> to a string` message now includes the value
|
The `error: cannot coerce a <TYPE> to a string` message now includes the value
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
synopsis: Type errors include the failing value
|
synopsis: Type errors include the failing value
|
||||||
issues: #561
|
issues: 561
|
||||||
prs: #9753
|
prs: 9753
|
||||||
---
|
---
|
||||||
|
|
||||||
In errors like `value is an integer while a list was expected`, the message now
|
In errors like `value is an integer while a list was expected`, the message now
|
||||||
|
|
Loading…
Reference in a new issue