Skip to content

Commit 0d97f4c

Browse files
author
atollk
committed
CHANGELOG.md
1 parent 38c50fd commit 0d97f4c

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
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
- Added FTP over TLS (FTPS) support to FTPFS.
1414
Closes [#437](https://github.com/PyFilesystem/pyfilesystem2/issues/437),
1515
[#449](https://github.com/PyFilesystem/pyfilesystem2/pull/449).
16+
- To `fs.walk.Walker`, added parameters `filter_glob` and `exclude_glob`.
17+
Closes [#459](https://github.com/PyFilesystem/pyfilesystem2/issues/459).
1618

1719
### Changed
1820

@@ -31,6 +33,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3133
- Make `FTPFile`, `MemoryFile` and `RawWrapper` accept [`array.array`](https://docs.python.org/3/library/array.html)
3234
arguments for the `write` and `writelines` methods, as expected by their base class [`io.RawIOBase`](https://docs.python.org/3/library/io.html#io.RawIOBase).
3335
- Various documentation issues, including `MemoryFS` docstring not rendering properly.
36+
- Elaborated documentation of `filter_dirs` and `exclude_dirs` in `fs.walk.Walker`.
37+
Closes [#371](https://github.com/PyFilesystem/pyfilesystem2/issues/371).
3438

3539

3640
## [2.4.12] - 2021-01-14

0 commit comments

Comments
 (0)