From 858e437d9fb6d14a568cd4afb4df64ec1e7066fd Mon Sep 17 00:00:00 2001 From: Juan Date: Mon, 3 Jul 2023 22:48:28 -0700 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa6d2483..14420bbcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Color theme is now expected to be in `$XDG/lsd/colors.yaml` by default from [peppidesu](https://github.com/peppidesu) Legacy behaviour (`themes` folder) is marked as deprecated but is still supported. [#749](https://github.com/lsd-rs/lsd/issues/749) +- Version sort option `-v, --versionsort` has been updated to match GNU version sort logic, + similar to `ls -v` and `sort -V` [#801](https://github.com/lsd-rs/lsd/issues/801) from [juansc](https://github.com/juansc) ## [0.23.1] - 2022-09-13