From 011659ff75edf94e9e7de9e262659c614a7f71af Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Sat, 26 Dec 2020 17:43:08 +0100 Subject: [PATCH] Updated readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be067ce..8eb5736 100644 --- a/README.md +++ b/README.md @@ -521,6 +521,8 @@ to the expected behavior. ### v1.3.9 (WIP) +* Fix for [#81](https://github.com/gulrak/filesystem/issues/79), fixed issues with + handling `Source` parameters that are string views. * Fix for [#79](https://github.com/gulrak/filesystem/issues/79), the bit operations for filesystem bitmasks that should be are now `constexpr`.