From e91c868e413983d30c6f7e02f545b3f35d72f34f Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Fri, 4 Jan 2019 09:59:39 +0100 Subject: [PATCH] Updated readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc9a4e7..4cc24c9 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,8 @@ to the expected behavior. * Bugfix for ([#4](https://github.com/gulrak/filesystem/issues/4)), missing error_code propagation in `ghc::filesystem::copy()` and `ghc::filesystem::remove_all` fixed. +* Bugfix for ([#5](https://github.com/gulrak/filesystem/issues/5)), added missing std + namespace in `ghc::filesystem::recursive_directory_iterator::difference_type`. ### [v1.0.4](https://github.com/gulrak/filesystem/releases/tag/v1.0.4)