Skip to content
Merged
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
2 changes: 1 addition & 1 deletion blog/2026-08-15-nushell_v0_115_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Tags also mean tags now. Previously, tagged scalars weren't really handled prope
# => {Key: "${AWS::StackName}"}
```

`to yaml` is also more specific about values that cannot round-trip. By default it errors instead of quietly turning them into something else. If that is unwatned, choose the behavior explicitly with `--non-roundtrip null` or `--non-roundtrip lossy`. The `--serialize` flag is still available but will probably be deprecated in the future.
`to yaml` is also more specific about values that cannot round-trip. By default it errors instead of quietly turning them into something else. If that is unwanted, choose the behavior explicitly with `--non-roundtrip null` or `--non-roundtrip lossy`. The `--serialize` flag is still available but will probably be deprecated in the future.

```nushell
{|| $in } | to yaml
Expand Down