Skip to content

Commit bd22379

Browse files
author
atollk
committed
Merge branch 'master' into issue_450
# Conflicts: # fs/copy.py # tests/test_copy.py
2 parents 224952c + 5f73778 commit bd22379

File tree

3 files changed

+979
-344
lines changed

3 files changed

+979
-344
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)