Skip to content

Commit 5f73778

Browse files
authored
Merge pull request #460 from atollk/issue_458
Add more options than `copy_*_if_newer` to `fs.copy`
2 parents f6a6195 + 2d04cca commit 5f73778

File tree

3 files changed

+979
-309
lines changed

3 files changed

+979
-309
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## Unreleased
1010

11+
### Added
12+
13+
- Added `fs.copy.copy_file_if`, `fs.copy.copy_dir_if`, and `fs.copy.copy_fs_if`.
14+
Closes [#458](https://github.com/PyFilesystem/pyfilesystem2/issues/458).
15+
16+
### Fixed
17+
18+
- Fixed performance bugs in `fs.copy.copy_dir_if_newer`. Test cases were adapted to catch those bugs in the future.
19+
1120

1221
## [2.4.13] - 2021-03-27
1322

0 commit comments

Comments
 (0)