Skip to content

Commit

Permalink
refs #73, updated readme and travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
gulrak committed Oct 1, 2020
1 parent c8cfcf8 commit b96e1e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b96e1e7

Please sign in to comment.