We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CHANGELOG.md
1 parent 3f6009b commit f257c8cCopy full SHA for f257c8c
CHANGELOG.md
@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
resources, causing `MemoryFS.scandir` to use the old name.
21
([#510](https://github.com/PyFilesystem/pyfilesystem2/pull/510)).
22
Closes [#509](https://github.com/PyFilesystem/pyfilesystem2/issues/509).
23
+- Make `WrapFS.move` and `WrapFS.movedir` use the delegate FS methods instead
24
+ of `fs.move` functions, which was causing optimized implementation of
25
+ `movedir` to be always skipped.
26
+ ([#511](https://github.com/PyFilesystem/pyfilesystem2/pull/511)).
27
28
29
## [2.4.14] - 2021-11-16
0 commit comments