Skip to content

Commit 97d5b77

Browse files
committed
Update CHANGELOG.md with MemoryFS improvements
1 parent 3f4fb6c commit 97d5b77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020
Closes [#445](https://github.com/PyFilesystem/pyfilesystem2/pull/445).
2121
- Migrate continuous integration from Travis-CI to GitHub Actions and introduce several linters
2222
again in the build steps ([#448](https://github.com/PyFilesystem/pyfilesystem2/pull/448)).
23-
Closes [#446](https://github.com/PyFilesystem/pyfilesystem2/pull/446).
23+
Closes [#446](https://github.com/PyFilesystem/pyfilesystem2/issues/446).
2424
- Stop requiring `pytest` to run tests, allowing any test runner supporting `unittest`-style
2525
test suites.
2626
- `FSTestCases` now builds the large data required for `upload` and `download` tests only
2727
once in order to reduce the total testing time.
28+
- `MemoryFS.move` and `MemoryFS.movedir` will now avoid copying data.
29+
Closes [#452](https://github.com/PyFilesystem/pyfilesystem2/issues/452).
2830

2931
### Fixed
3032

0 commit comments

Comments
 (0)