diff --git a/blog/2025-04-29-nushell_0_104_0.md b/blog/2025-04-29-nushell_0_104_0.md index 5eb15d2f85..741fc29d72 100644 --- a/blog/2025-04-29-nushell_0_104_0.md +++ b/blog/2025-04-29-nushell_0_104_0.md @@ -309,7 +309,7 @@ We deprecated the `-s` and `-p` flags and planned to remove them in version 0.10 | [@Mrfiregem](https://github.com/Mrfiregem) | Fix `path add` bug when given a record | [#15379](https://github.com/nushell/nushell/pull/15379) | | [@NotTheDr01ds](https://github.com/NotTheDr01ds) | Fixes `clip copy` stripping control characters when de-ansifying | [#15428](https://github.com/nushell/nushell/pull/15428) | | [@SkillFlame](https://github.com/SkillFlame) | Fix #14660: to md breaks on tables with empty values | [#15631](https://github.com/nushell/nushell/pull/15631) | -| [@WindSoilder](https://github.com/WindSoilder) | IR: rasing reasonable error when using subexpression with `and` operator | [#15623](https://github.com/nushell/nushell/pull/15623) | +| [@WindSoilder](https://github.com/WindSoilder) | IR: raising reasonable error when using subexpression with `and` operator | [#15623](https://github.com/nushell/nushell/pull/15623) | | [@WindSoilder](https://github.com/WindSoilder) | overlay use: keep PWD after activating the overlay thought file. | [#15566](https://github.com/nushell/nushell/pull/15566) | | [@ayax79](https://github.com/ayax79) | Fix output type of `polars schema` | [#15572](https://github.com/nushell/nushell/pull/15572) | | [@ayax79](https://github.com/ayax79) | fix cannot find issue when performing collect on an eager dataframe | [#15577](https://github.com/nushell/nushell/pull/15577) | @@ -467,7 +467,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume | [@WindSoilder](https://github.com/WindSoilder) | Fix clippy | [#15489](https://github.com/nushell/nushell/pull/15489) | | [@WindSoilder](https://github.com/WindSoilder) | overlay use: keep PWD after activating the overlay thought file. | [#15566](https://github.com/nushell/nushell/pull/15566) | | [@WindSoilder](https://github.com/WindSoilder) | IR: allow subexpression with redirection. | [#15617](https://github.com/nushell/nushell/pull/15617) | -| [@WindSoilder](https://github.com/WindSoilder) | IR: rasing reasonable error when using subexpression with `and` operator | [#15623](https://github.com/nushell/nushell/pull/15623) | +| [@WindSoilder](https://github.com/WindSoilder) | IR: raising reasonable error when using subexpression with `and` operator | [#15623](https://github.com/nushell/nushell/pull/15623) | | [@app/dependabot](https://github.com/app/dependabot) | build(deps): bump mockito from 1.6.1 to 1.7.0 | [#15343](https://github.com/nushell/nushell/pull/15343) | | [@app/dependabot](https://github.com/app/dependabot) | build(deps): bump indexmap from 2.7.0 to 2.8.0 | [#15345](https://github.com/nushell/nushell/pull/15345) | | [@app/dependabot](https://github.com/app/dependabot) | build(deps): bump uuid from 1.12.0 to 1.16.0 | [#15346](https://github.com/nushell/nushell/pull/15346) | @@ -524,7 +524,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume | [@fdncred](https://github.com/fdncred) | Revert "Fix #15394 for `table -e` wrapping issue" | [#15498](https://github.com/nushell/nushell/pull/15498) | | [@fdncred](https://github.com/fdncred) | fix `datetime-diff` so that it reports ms, us, ns as well | [#15537](https://github.com/nushell/nushell/pull/15537) | | [@fdncred](https://github.com/fdncred) | add `--raw-value` option to `debug` command | [#15581](https://github.com/nushell/nushell/pull/15581) | -| [@fdncred](https://github.com/fdncred) | add more details to `decribe -d` | [#15591](https://github.com/nushell/nushell/pull/15591) | +| [@fdncred](https://github.com/fdncred) | add more details to `describe -d` | [#15591](https://github.com/nushell/nushell/pull/15591) | | [@fdncred](https://github.com/fdncred) | bump reedline to 75f2c50 | [#15659](https://github.com/nushell/nushell/pull/15659) | | [@fennewald](https://github.com/fennewald) | Limit Allowed `serde_json` Versions to Match Usage | [#15504](https://github.com/nushell/nushell/pull/15504) | | [@g2p](https://github.com/g2p) | Upgrade calamine dependency to fix zip semver breakage | [#15657](https://github.com/nushell/nushell/pull/15657) |