mirror of
https://github.com/nushell/nushell.git
synced 2025-06-01 07:35:49 +02:00
# Description Commands and other pieces of code using `$env.config.format.filesize` to format filesizes now respect the system locale when formatting the numeric portion of a file size. # User-Facing Changes - System locale is respected when using `$env.config.format.filesize` to format file sizes. - Formatting a file size with a binary unit is now exact for large file sizes and units. - The output of `to text` is no longer dependent on the config.
nu-protocol
The nu-protocol crate holds the definitions of structs/traits that are used throughout Nushell. This gives us one way to expose them to many other crates, as well as make these definitions available to each other, without causing mutually recursive dependencies.