From 78b746d901f8ab47e593333fefd82d5254408540 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sat, 4 Mar 2023 15:19:18 +0100 Subject: [PATCH] update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6dd4a3..6856438 100644 --- a/README.md +++ b/README.md @@ -595,6 +595,8 @@ to the expected behavior. * Fix for [#160](https://github.com/gulrak/filesystem/issues/160), the cmake config now only sets install targets by default if the project is no subproject, as documented +* Fix for [#157](https://github.com/gulrak/filesystem/issues/157), suppress + C4191 warning on MSVC for GetProcAddress casts * Fix for [#156](https://github.com/gulrak/filesystem/issues/156), on POSIX `stem()`, `filename()` and `extension()` of `fs::path` would return wrong result if a colon was in the filename