Release 0.7.1

This commit is contained in:
2016-05-24 15:36:34 +02:00
parent 51609781b2
commit 08fa277b31
3 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
0.7.1:
* various cleanups and documentation improvements
* added the following functions to System.Posix.FilePath: splitSearchPath, getSearchPath, stripExtension, makeRelative, makeValid
0.7.0:
* use 'sendfile' from 'simple-sendfile' in _copyFile and do read/write as a fallback only
* add isFileName, hasParentDir, hiddenFile to System.Posix.FilePath