From 24364e5a1836f26ec155a01eeff930df3bc17bcf Mon Sep 17 00:00:00 2001 From: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:45:55 -0500 Subject: [PATCH] Attributions --- blog/2024-12-24-nushell_0_101_0.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blog/2024-12-24-nushell_0_101_0.md b/blog/2024-12-24-nushell_0_101_0.md index 6f16a1d63b..cf6c802ebb 100644 --- a/blog/2024-12-24-nushell_0_101_0.md +++ b/blog/2024-12-24-nushell_0_101_0.md @@ -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