From 4a9d2901ef4189785bc31c15bd4caf06e70355f4 Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Tue, 21 May 2019 08:26:32 +0200 Subject: [PATCH] Updated readme. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a13de8..93b2fa4 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ There is a version macro `GHC_FILESYSTEM_VERSION` defined in case future changes might make it needed to react on the version, but I don't plan to break anything. It's the version as decimal number `(major * 10000 + minor * 100 + patch)`. -**Note:** Starting from v1.0.2 only even path versions will be used for releases +**Note:** Starting from v1.0.2 only even patch versions will be used for releases and odd patch version will only be used for in between commits while working on the next version. @@ -449,6 +449,12 @@ to the expected behavior. * Added MingW 32/64 and Visual Studio 2015 builds to the CI configuration. * Fixed additional compilation issues on MingW. +* Bugfix for ([#15](https://github.com/gulrak/filesystem/issues/15)), the + forward/impl way of using `ghc::filesystem` missed a `` include + in the windows case. +* Bugfix for ([#16](https://github.com/gulrak/filesystem/issues/16)), + VS2019 didn't like the old size dispatching in the utf8 decoder, so it + was changed to a sfinae based approach. ### [v1.1.4](https://github.com/gulrak/filesystem/releases/tag/v1.1.4)