eza-community / eza

A modern alternative to ls
https://eza.rocks
European Union Public License 1.2
12.41k stars 219 forks source link

chore: changelog spelling #1209

Closed NickyMeuleman closed 3 weeks ago

NickyMeuleman commented 3 weeks ago

I started this branch because I noticed some warnings while building eza with cargo build --release.

warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
   --> src/fs/file.rs:734:24
    |
734 |         NaiveDateTime::from_timestamp_opt(
    |                        ^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp_opt`: use `DateTime::from_timestamp` instead
   --> src/fs/file.rs:763:24
    |
763 | ...   [NaiveDateTime::from_timestamp_opt(self.me](http://naivedatetime::from_timestamp_opt(self.me/)...
    |                      ^^^^^^^^^^^^^^^^^^

warning: `eza` (lib) generated 2 warnings
warning: `eza` (bin "eza") generated 2 warnings (2 duplicates)

Then I noticed I was on an old version and did a git pull

Turns out those errors were already fixed, and there was nothing to do! Except change 1 measly letter in the changelog. :sweat_smile: