Skip to content

Commit d76e7f3

Browse files
committed
Update CHANGELOG.md with changes from #510
1 parent c29a917 commit d76e7f3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## Unreleased
1010

11-
- Support more leniant usernames and group names in FTP servers [#507](https://github.com/PyFilesystem/pyfilesystem2/pull/507). Closes [#506](https://github.com/PyFilesystem/pyfilesystem2/pull/506).
11+
### Changed
12+
13+
- Support more lenient usernames and group names in FTP servers
14+
([#507](https://github.com/PyFilesystem/pyfilesystem2/pull/507)).
15+
Closes [#506](https://github.com/PyFilesystem/pyfilesystem2/issues/506).
16+
17+
### Fixed
18+
19+
- Fixed `MemoryFS.move` and `MemoryFS.movedir` not updating the name of moved
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+
1224

1325
## [2.4.14] - 2021-11-16
1426

0 commit comments

Comments
 (0)