updated README.md

This commit is contained in:
Steffen Schuemann 2023-03-04 16:42:22 +01:00
parent 61176cd82a
commit d1f0d79054

View File

@ -610,6 +610,9 @@ to the expected behavior.
`file_type::not_found` as the type `file_type::not_found` as the type
* Pull request [#149](https://github.com/gulrak/filesystem/pull/149), add * Pull request [#149](https://github.com/gulrak/filesystem/pull/149), add
version to CMake project and export it version to CMake project and export it
* Fix for [#146](https://github.com/gulrak/filesystem/issues/146), handle `EINTR`
on POSIX directory iteration and file copy to avoid errors on network
filesystems
* Pull request [#145](https://github.com/gulrak/filesystem/pull/145), fix for * Pull request [#145](https://github.com/gulrak/filesystem/pull/145), fix for
Y2038 bug in timeToFILETIME on Windows Y2038 bug in timeToFILETIME on Windows
* Pull request [#144](https://github.com/gulrak/filesystem/pull/144), `fs::copy_file()` * Pull request [#144](https://github.com/gulrak/filesystem/pull/144), `fs::copy_file()`