Skip to content

Commit 24364e5

Browse files
committed
Attributions
1 parent 55db4e5 commit 24364e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

blog/2024-12-24-nushell_0_101_0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,12 +392,14 @@ In [#14019](https://github.com/nushell/nushell/pull/14019), the `split-by` comma
392392

393393
### `date to-record` and `date to-table`
394394

395+
In [#14319](https://github.com/nushell/nushell/pull/14319):
396+
395397
- `date to-record` has been deprecated and will be removed in a future release. Please use `into record` in its place.
396398
- `date to-table` has been deprecated and will be removed in a future release. Please use `into record | transpose | transpose -r` in its place.
397399

398400
### `do --ignore-shell-errors` and `--ignore-program-errors`
399401

400-
`--ignore-shell-errors` and `--ignore-program-errors` for the `do` command have been deprecated. Use `--ignore-errors (-i)` instead.
402+
Thanks to [@WindSoilder](https://github.com/WindSoilder) in [#14385](https://github.com/nushell/nushell/pull/14385), `--ignore-shell-errors` and `--ignore-program-errors` for the `do` command have been deprecated. Use `--ignore-errors (-i)` instead.
401403

402404
## Removals
403405

0 commit comments

Comments
 (0)