File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1- # OS-Lib 0.7.3 [ ![ Build Status] [ workflow-badge ]] [ workflow-link ] [ ![ Gitter Chat] [ gitter-badge ]] [ gitter-link ] [ ![ Patreon] [ patreon-badge ]] [ patreon-link ]
1+ # OS-Lib [ ![ Build Status] [ workflow-badge ]] [ workflow-link ] [ ![ Gitter Chat] [ gitter-badge ]] [ gitter-link ] [ ![ Patreon] [ patreon-badge ]] [ patreon-link ]
22
33[ workflow-badge ] : https://github.com/lihaoyi/os-lib/actions/workflows/build.yml/badge.svg
44[ workflow-link ] : https://github.com/lihaoyi/os-lib/actions
@@ -927,6 +927,8 @@ os.list(wd / "folder2") ==> Seq(wd / "folder2" / "one.txt")
927927
928928#### os.copy with ` mergeFolders `
929929
930+ _ Since 0.7.5_
931+
930932If you want to copy a directory over another but don't want to overwrite the whole destination directory (and loose it's content),
931933you can use the ` mergeFolders ` option of [ os.copy] ( #oscopy ) .
932934
@@ -2091,6 +2093,12 @@ string, int or set representations of the `os.PermSet` via:
20912093
20922094## Changelog
20932095
2096+ ### 0.7.5 - 2021-04-21
2097+
2098+ - Re-added support for Scala 2.11
2099+ - Added new option ` mergeFolders ` to ` os.copy `
2100+ - os.copy now honors ` followLinks ` when copying symbolic links to directories
2101+
20942102### 0.7.4
20952103
20962104- Add support for Scala 3.0.0-RC2
You can’t perform that action at this time.
0 commit comments