Skip to content

Commit f257c8c

Browse files
committed
Update CHANGELOG.md with fix from #511
1 parent 3f6009b commit f257c8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020
resources, causing `MemoryFS.scandir` to use the old name.
2121
([#510](https://github.com/PyFilesystem/pyfilesystem2/pull/510)).
2222
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)).
2327

2428

2529
## [2.4.14] - 2021-11-16

0 commit comments

Comments
 (0)