Skip to content

Commit

Permalink
Attributions
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheDr01ds committed Dec 22, 2024
1 parent 55db4e5 commit 24364e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blog/2024-12-24-nushell_0_101_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,12 +392,14 @@ In [#14019](https://github.com/nushell/nushell/pull/14019), the `split-by` comma

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

In [#14319](https://github.com/nushell/nushell/pull/14319):

- `date to-record` has been deprecated and will be removed in a future release. Please use `into record` in its place.
- `date to-table` has been deprecated and will be removed in a future release. Please use `into record | transpose | transpose -r` in its place.

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

`--ignore-shell-errors` and `--ignore-program-errors` for the `do` command have been deprecated. Use `--ignore-errors (-i)` instead.
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.

## Removals

Expand Down

0 comments on commit 24364e5

Please sign in to comment.