Skip to content
Closed
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
2 changes: 1 addition & 1 deletion blog/2025-09-02-nushell_0_107_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Previously, converting values to `binary` with `into binary` could only do so in
# => 00000000: 00 00 00 00 00 00 01 02
```

Note that this only affects `int`, `float`, `filesize`, `bool` and `duration` (i.e. it does not affect `string`s, `date`s and `binary`). Likewise, only the individual elements in `table`s and `record`s are affected (not the `table` or `record` itself)
Note that this only affects `int`, `float`, `filesize`, `bool` and `duration` (i.e. it does not affect `string`, `date` and `binary`). Likewise, only the individual elements in `table` and `record` values are affected (not the `table` or `record` itself).

### Other additions

Expand Down
Loading