From d1f0d790547a6d2d6e94e7fdabd8516b265148ca Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sat, 4 Mar 2023 16:42:22 +0100 Subject: [PATCH] updated README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6856438..61966f6 100644 --- a/README.md +++ b/README.md @@ -610,6 +610,9 @@ to the expected behavior. `file_type::not_found` as the type * Pull request [#149](https://github.com/gulrak/filesystem/pull/149), add 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 Y2038 bug in timeToFILETIME on Windows * Pull request [#144](https://github.com/gulrak/filesystem/pull/144), `fs::copy_file()`