Skip to content

Commit 81b6d8b

Browse files
authored
Merge branch 'master' into issue_459_371
2 parents bf8dad3 + 5f73778 commit 81b6d8b

File tree

3 files changed

+974
-310
lines changed

3 files changed

+974
-310
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
- To `fs.walk.Walker`, added parameters `filter_glob` and `exclude_glob`.
1414
Closes [#459](https://github.com/PyFilesystem/pyfilesystem2/issues/459).
15+
- Added `fs.copy.copy_file_if`, `fs.copy.copy_dir_if`, and `fs.copy.copy_fs_if`.
16+
Closes [#458](https://github.com/PyFilesystem/pyfilesystem2/issues/458).
1517

1618
### Fixed
1719

1820
- Elaborated documentation of `filter_dirs` and `exclude_dirs` in `fs.walk.Walker`.
1921
Closes [#371](https://github.com/PyFilesystem/pyfilesystem2/issues/371).
20-
22+
- Fixed performance bugs in `fs.copy.copy_dir_if_newer`. Test cases were adapted to catch those bugs in the future.
23+
2124

2225
## [2.4.13] - 2021-03-27
2326

0 commit comments

Comments
 (0)