Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blog/2025-04-29-nushell_0_104_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Also, with [#15486](https://github.com/nushell/nushell/pull/15486) from [@mztikk

### New flag `glob --follow-symlinks` [[toc](#table-of-contents)]

[@sebasnallar](https://github.com/sebasnallar) added `--follow-symlinks` to ... folllow symlinks when globbing ([#15626](https://github.com/nushell/nushell/pull/15626))
[@sebasnallar](https://github.com/sebasnallar) added `--follow-symlinks` to ... follow symlinks when globbing ([#15626](https://github.com/nushell/nushell/pull/15626))

### Substring match algorithm [[toc](#table-of-contents)]

Expand All @@ -268,7 +268,7 @@ Instead, users can now explicitly choose to opt-in to that functionality using t

### `str join` formatting for `datetime` values has changed [[toc](#table-of-contents)]

When a `datetime` is passed to `str join`, the resulting format of the string has changed. With [#15629](https://github.com/nushell/nushell/pull/15629) from [@LoicRiegel](https://github, it will now format positive dates using RFC2822 and negative dates using RFC3339.
When a `datetime` is passed to `str join`, the resulting format of the string has changed. With [#15629](https://github.com/nushell/nushell/pull/15629) from [@LoicRiegel](https://github.com/LoicRiegel), it will now format positive dates using RFC2822 and negative dates using RFC3339.

This could be a breaking change if you depend on a particular format of the output of `str join`. Consider using `format date` before `str join`.

Expand Down
Loading