Skip to content

Commit 831979c

Browse files
committed
Add to FTPS changes to Changelog, add myself to Contributors.
1 parent 7609f1b commit 831979c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## Unreleased
1010

11+
### Added
12+
13+
- Added FTP over TLS (FTPS) support to FTPFS.
14+
Closes [#437](https://github.com/PyFilesystem/pyfilesystem2/issues/437),
15+
[#449](https://github.com/PyFilesystem/pyfilesystem2/pull/449).
16+
1117
### Changed
1218

1319
- Make `FS.upload` explicit about the expected error when the parent directory of the destination does not exist.

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ Many thanks to the following developers for contributing to this project:
1313
- [Martin Larralde](https://github.com/althonos)
1414
- [Morten Engelhardt Olsen](https://github.com/xoriath)
1515
- [Nick Henderson](https://github.com/nwh)
16+
- [Oliver Galvin](https://github.com/odgalvin)
1617
- [Will McGugan](https://github.com/willmcgugan)
1718
- [Zmej Serow](https://github.com/zmej-serow)

0 commit comments

Comments
 (0)