diff --git a/CHANGELOG.md b/CHANGELOG.md index 48a0d02..8ef88cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased - Add `FileInfo` and `file_info_type` to get the file type from a `FileInfo` without checking the file system again - Add `file_info_permissions` and `file_info_permissions_octal` to get the currently set permissions of a file or directory. +- Improve performance of `get_files` ## v2.0.1 - 27 June 2024 - Internal refactoring and some added tests