Skip to content

Commit 34652b7

Browse files
committed
Update CHANGELOG
1 parent 3e2fe57 commit 34652b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Added
5+
- Added a `requires_legacy_scp` setting for SSH-based machines to make
6+
`linux.copy()` and similar functions use the legacy SCP protocol instead of
7+
SFTP ([#123]). This may be useful for some old systems where no SFTP is
8+
available.
9+
410
### Changed
511
- Dropped official support for Python 3.8 - tbot now expects at least
612
Python 3.9.
@@ -9,6 +15,8 @@
915
- Fixed an error about incorrect slots in `SubprocessChannelIO` on more recent
1016
Python versions.
1117

18+
[#123]: https://github.com/rahix/tbot/pull/123
19+
1220

1321
## [0.10.9] - 2024-11-01
1422
### Changed

0 commit comments

Comments
 (0)