File tree 2 files changed +8
-5
lines changed
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/).
8
8
9
9
## Unreleased
10
10
11
+
12
+ ## [ 2.4.14] - 2021-11-16
13
+
11
14
### Added
12
15
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 ` .
14
17
Closes [ #458 ] ( https://github.com/PyFilesystem/pyfilesystem2/issues/458 ) .
15
18
- Added ` fs.base.FS.getmodified ` .
16
-
19
+
17
20
### Changed
18
21
19
22
- 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.
21
24
Closes [ #456 ] ( https://github.com/PyFilesystem/pyfilesystem2/pull/456 ) .
22
-
25
+
23
26
### Fixed
24
27
25
28
- 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 1
1
"""Version, used in module and setup.py.
2
2
"""
3
- __version__ = "2.4.13 "
3
+ __version__ = "2.4.14 "
You can’t perform that action at this time.
0 commit comments