Skip to content

Commit

Permalink
Release v2.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 16, 2021
1 parent 6bea7d4 commit 79a7367
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Expand Up @@ -8,18 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased


## [2.4.14] - 2021-11-16

### Added

- Added `fs.copy.copy_file_if`, `fs.copy.copy_dir_if`, and `fs.copy.copy_fs_if`.
- Added `fs.copy.copy_file_if`, `fs.copy.copy_dir_if`, and `fs.copy.copy_fs_if`.
Closes [#458](https://github.com/PyFilesystem/pyfilesystem2/issues/458).
- Added `fs.base.FS.getmodified`.

### Changed

- FTP servers that do not support the MLST command now try to use the MDTM command to
retrieve the last modification timestamp of a resource.
retrieve the last modification timestamp of a resource.
Closes [#456](https://github.com/PyFilesystem/pyfilesystem2/pull/456).

### Fixed

- Fixed performance bugs in `fs.copy.copy_dir_if_newer`. Test cases were adapted to catch those bugs in the future.
Expand Down
2 changes: 1 addition & 1 deletion fs/_version.py
@@ -1,3 +1,3 @@
"""Version, used in module and setup.py.
"""
__version__ = "2.4.13"
__version__ = "2.4.14"

0 comments on commit 79a7367

Please sign in to comment.