Skip to content

Commit d3fb588

Browse files
author
atollk
committed
Updated CHANGELOG.md.
1 parent 6f3993d commit d3fb588

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
- Added FTP over TLS (FTPS) support to FTPFS.
1414
Closes [#437](https://github.com/PyFilesystem/pyfilesystem2/issues/437),
1515
[#449](https://github.com/PyFilesystem/pyfilesystem2/pull/449).
16+
- Added `fs.copy.copy_file_if`, `fs.copy.copy_dir_if`, and `fs.copy.copy_fs_if`.
17+
Closes [#458](https://github.com/PyFilesystem/pyfilesystem2/issues/458).
1618

1719
### Changed
1820

@@ -31,6 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3133
- Make `FTPFile`, `MemoryFile` and `RawWrapper` accept [`array.array`](https://docs.python.org/3/library/array.html)
3234
arguments for the `write` and `writelines` methods, as expected by their base class [`io.RawIOBase`](https://docs.python.org/3/library/io.html#io.RawIOBase).
3335
- Various documentation issues, including `MemoryFS` docstring not rendering properly.
36+
- Fixed performance bugs in `fs.copy.copy_dir_if_newer`. Test cases were adapted to catch those bugs in the future.
3437

3538

3639
## [2.4.12] - 2021-01-14

0 commit comments

Comments
 (0)