mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
Updated catch2 to v2.4.0, updated readme.
This commit is contained in:
parent
a70b1c2941
commit
3e6a1e1771
10
README.md
10
README.md
@ -287,7 +287,13 @@ to the expected behavior.
|
||||
|
||||
## Release Notes
|
||||
|
||||
### v1.0.1
|
||||
### v1.0.2 (wip)
|
||||
|
||||
* Updated catch2 to v2.4.0.
|
||||
* Refactored `fs.op.permissions` test to work with all tested `std::filesystem`
|
||||
implementations (gcc, clang, msvc++).
|
||||
|
||||
### [v1.0.1](https://github.com/gulrak/filesystem/tree/v1.0.1)
|
||||
|
||||
* Bugfix: `ghc::filesystem::canonical` now sees empty path as non-existant and reports
|
||||
an error. Due to this `ghc::filesystem::weakly_canonical` now returns relative
|
||||
@ -300,7 +306,7 @@ to the expected behavior.
|
||||
* `std_filesystem_test` is now also generated if LLVM/clang 7.0.0 is found.
|
||||
|
||||
|
||||
### v1.0.0
|
||||
### [v1.0.0](https://github.com/gulrak/filesystem/tree/v1.0.0)
|
||||
|
||||
This was the first public release version. It implements the full range of
|
||||
C++17 std::filesystem, as far as possible without other C++17 dependencies.
|
||||
|
20436
test/catch.hpp
20436
test/catch.hpp
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user