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-01-17-nushell_v0_110_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ Ranges that include a parenthesized expression will now be parsed correctly afte

### Fixed parsing issue with multiarm match + guard [[toc](#table-of-contents)]

Match statements with multiple alarms and a guard expression, such as the below example, will now be parsed correctly after [#17115](https://github.com/nushell/nushell/pull/17115). Previously, such an expression would fail to parse.
Match statements with multiple arms and a guard expression, such as the below example, will now be parsed correctly after [#17115](https://github.com/nushell/nushell/pull/17115). Previously, such an expression would fail to parse.

```nu
match 3 {
Expand Down