Skip to content

Commit 7795d0b

Browse files
authored
Document std path add breaking change (#1462)
1 parent b940044 commit 7795d0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

blog/2024-07-23-nushell_0_96_0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ As part of this release, we also publish a set of optional plugins you can insta
2525
- [_Changes to commands_](#changes-to-commands-toc)
2626
- [_Additions_](#additions-toc)
2727
- [_Breaking changes_](#breaking-changes-toc)
28+
- [`std path add`](#std-path-add-toc)
2829
- [_Deprecations_](#deprecations-toc)
2930
- [_Removals_](#removals-toc)
3031
- [_Other changes_](#other-changes-toc)
@@ -70,6 +71,10 @@ As part of this release, we also publish a set of optional plugins you can insta
7071

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

74+
### `std path add` [[toc](#table-of-content)]
75+
76+
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)`.
77+
7378
## Deprecations [[toc](#table-of-content)]
7479

7580
## Removals [[toc](#table-of-content)]

0 commit comments

Comments
 (0)