Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blog/2026-08-15-nushell_v0_115_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Tags also mean tags now. Previously, tagged scalars weren't really handled prope
{|| $in } | to yaml
# Error: closures are not round-trippable through YAML

{|| $in } | to yaml --non-roundtrip null
{|| $in } | to yaml --non-roundtrip "null"
# => null

{|| $in } | to yaml --serialize
Expand Down Expand Up @@ -251,7 +251,7 @@ For example, `--quote` and `--indent` can help when another tool expects a parti

```yaml
outer:
inner: 'value'
inner: "value"
```

### Disallowed shadowing parser keywords <JumpToc/> <PrBy :pr="18662" user="fdncred" />
Expand Down