Skip to content

Commit 9f67f70

Browse files
author
atollk
committed
Fixed CHANGELOG.md after 2.4.13 release.
1 parent c1d9d9f commit 9f67f70

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## Unreleased
1010

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

1218
## [2.4.13] - 2021-03-27
1319

@@ -33,9 +39,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3339
test suites.
3440
- `FSTestCases` now builds the large data required for `upload` and `download` tests only
3541
once in order to reduce the total testing time.
36-
- FTP servers that do not support the MLST command now try to use the MDTM command to
37-
retrieve the last modification timestamp of a resource.
38-
Closes [#456](https://github.com/PyFilesystem/pyfilesystem2/pull/456).
3942
- `MemoryFS.move` and `MemoryFS.movedir` will now avoid copying data.
4043
Closes [#452](https://github.com/PyFilesystem/pyfilesystem2/issues/452).
4144
- `FS.removetree("/")` behaviour has been standardized in all filesystems, and

0 commit comments

Comments
 (0)