Updated readme and .gitignore

This commit is contained in:
Steffen Schuemann 2020-08-21 08:21:26 +02:00
parent 46db4d8961
commit 9e69dd4a82
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
.vscode/
.idea/
*.swp
.DS_Store

View File

@ -489,6 +489,12 @@ to the expected behavior.
### v1.3.3 (wip)
* Pull request [#69](https://github.com/gulrak/filesystem/pull/69), use `wchar_t` versions of
`std::fstream` from `ghc::filesystem::fstream` wrappers on Windows if using GCC with libc++.
* Bugfix for [#68](https://github.com/gulrak/filesystem/issues/68), better handling of
permission issues for directory iterators when using `fs::directory_options::skip_permission_denied`.
* Bugfix for [#63](https://github.com/gulrak/filesystem/issues/63), fixed issues on Windows
with clang++ and C++17.
* Pull request [#62](https://github.com/gulrak/filesystem/pull/62), various fixes for
better Android support, thanks for the PR
* Pull request [#61](https://github.com/gulrak/filesystem/pull/61), `ghc::filesystem` now