From b96e1e74232676aa90288987be46a26d20bddfa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Sch=C3=BCmann?= Date: Thu, 1 Oct 2020 08:09:28 +0200 Subject: [PATCH] refs #73, updated readme and travis ci config --- .travis.yml | 4 ---- README.md | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a6d49f0..6358bad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 14b4247..0066bf3 100644 --- a/README.md +++ b/README.md @@ -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