Skip to content

Commit 68b2860

Browse files
authored
Improve v0.109.0 Release Notes (#2086)
Fix mktemp dry description (replace text indended for PR with command description). Adjust `split column` headline from a commit title format to conform to the release notes. Adjust 'other fix' text to conform to the others listed. (Drops confusing "this PR" reference.)
1 parent 82323a2 commit 68b2860

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/2025-11-29-nushell_v0_109_0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The `plugin list` command now adds an inline table containing the plugin command
102102

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

105-
- 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))
105+
- 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))
106106

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

@@ -143,7 +143,7 @@ Error: nu::shell::only_supports_this_input_type
143143

144144
```
145145

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

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

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

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

198-
- 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))
198+
- 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))
199199

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

0 commit comments

Comments
 (0)