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
6 changes: 3 additions & 3 deletions blog/2025-11-29-nushell_v0_109_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The `plugin list` command now adds an inline table containing the plugin command

## Other changes [[toc](#table-of-contents)]

- add a `--dry` flag to `mktemp`. Edit or respond to this thread with what should go on this line ([#17039](https://github.com/nushell/nushell/pull/17039))
- add a `--dry` flag to `mktemp`: Don't create a file and just return the path that would have been created. ([#17039](https://github.com/nushell/nushell/pull/17039))

## Bug fixes [[toc](#table-of-contents)]

Expand Down Expand Up @@ -143,7 +143,7 @@ Error: nu::shell::only_supports_this_input_type

```

### Fix(`split column`): switch to 0-index like other commands [[toc](#table-of-contents)]
### Switch `split column` to 0-index like other commands [[toc](#table-of-contents)]

Like `detect columns` or `parse`, `split column` now also uses 0-index for the default column names.

Expand Down Expand Up @@ -195,7 +195,7 @@ Now, when you specify an optional cellpath in `update`, it won't error if it is

- Fixed a regression of custom-completion for short flags without a long name. ([#16967](https://github.com/nushell/nushell/pull/16967))

- This PR fixes the "polars slice" command so that it will return a lazyframe output when given a lazyframe as input. Fixes #17065 ([#17067](https://github.com/nushell/nushell/pull/17067))
- Fixed the "polars slice" command so that it will return a lazyframe output when given a lazyframe as input. Fixes #17065 ([#17067](https://github.com/nushell/nushell/pull/17067))

# Notes for plugin developers [[toc](#table-of-contents)]

Expand Down