File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
99## Unreleased
1010
11+
12+ ## [ 2.4.14] - 2021-11-16
13+
1114### Added
1215
13- - Added ` fs.copy.copy_file_if ` , ` fs.copy.copy_dir_if ` , and ` fs.copy.copy_fs_if ` .
16+ - Added ` fs.copy.copy_file_if ` , ` fs.copy.copy_dir_if ` , and ` fs.copy.copy_fs_if ` .
1417 Closes [ #458 ] ( https://github.com/PyFilesystem/pyfilesystem2/issues/458 ) .
1518- Added ` fs.base.FS.getmodified ` .
16-
19+
1720### Changed
1821
1922- FTP servers that do not support the MLST command now try to use the MDTM command to
20- retrieve the last modification timestamp of a resource.
23+ retrieve the last modification timestamp of a resource.
2124 Closes [ #456 ] ( https://github.com/PyFilesystem/pyfilesystem2/pull/456 ) .
22-
25+
2326### Fixed
2427
2528- Fixed performance bugs in ` fs.copy.copy_dir_if_newer ` . Test cases were adapted to catch those bugs in the future.
Original file line number Diff line number Diff line change 11"""Version, used in module and setup.py.
22"""
3- __version__ = "2.4.13 "
3+ __version__ = "2.4.14 "
You can’t perform that action at this time.
0 commit comments