File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments