Skip to content

Commit

Permalink
Document std path add breaking change (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mart authored Jun 29, 2024
1 parent b940044 commit 7795d0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blog/2024-07-23-nushell_0_96_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ As part of this release, we also publish a set of optional plugins you can insta
- [_Changes to commands_](#changes-to-commands-toc)
- [_Additions_](#additions-toc)
- [_Breaking changes_](#breaking-changes-toc)
- [`std path add`](#std-path-add-toc)
- [_Deprecations_](#deprecations-toc)
- [_Removals_](#removals-toc)
- [_Other changes_](#other-changes-toc)
Expand Down Expand Up @@ -70,6 +71,10 @@ As part of this release, we also publish a set of optional plugins you can insta

## Breaking changes [[toc](#table-of-content)]

### `std path add` [[toc](#table-of-content)]

To be less surprising, [#13258](https://github.com/nushell/nushell/pull/13258) made the `std path add` function no longer resolve symlinks in either the newly added paths, nor expand paths already in the variable. To mimic the previous resolving behavior, you can use, for example, `std path add ("foo/bar" | path expand)`.

## Deprecations [[toc](#table-of-content)]

## Removals [[toc](#table-of-content)]
Expand Down

0 comments on commit 7795d0b

Please sign in to comment.