refs #73, updated readme and travis ci config

This commit is contained in:
Steffen Schümann 2020-10-01 08:09:28 +02:00
parent c8cfcf823f
commit b96e1e7423
2 changed files with 6 additions and 4 deletions

View File

@ -55,10 +55,6 @@ matrix:
install:
- eval "${MATRIX_EVAL}"
- |
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
brew update
fi
- |
if [ "${GHC_COVERAGE}" = "1" ]; then
gem install coveralls-lcov

View File

@ -487,6 +487,12 @@ to the expected behavior.
## Release Notes
### v1.3.5 (WIP)
* Refactoring for [#73](https://github.com/gulrak/filesystem/issues/68), enhanced performance
in path handling. the changes lead to much fewer path/string creations or copies, speeding
up large directory iteration or operations on many path instances.
### [v1.3.4](https://github.com/gulrak/filesystem/releases/tag/v1.3.4)
* Pull request [#69](https://github.com/gulrak/filesystem/pull/69), use `wchar_t` versions of