mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-07-29 03:02:00 +08:00
Updated readme.
This commit is contained in:
parent
169fac8274
commit
4a9d2901ef
@ -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.
|
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)`.
|
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
|
and odd patch version will only be used for in between commits while working on
|
||||||
the next version.
|
the next version.
|
||||||
|
|
||||||
@ -449,6 +449,12 @@ to the expected behavior.
|
|||||||
|
|
||||||
* Added MingW 32/64 and Visual Studio 2015 builds to the CI configuration.
|
* Added MingW 32/64 and Visual Studio 2015 builds to the CI configuration.
|
||||||
* Fixed additional compilation issues on MingW.
|
* 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 `<vector>` 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)
|
### [v1.1.4](https://github.com/gulrak/filesystem/releases/tag/v1.1.4)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user