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