CHANGELOG: add 3.0.21 release

This commit is contained in:
terrafrost 2023-07-09 10:24:48 -05:00
parent c558f2ee6a
commit 4580645d3f
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 3.0.21 - 2023-07-09
- BigInteger: speed up powMod() method (#1919)
- SSH2: fix stream_select(): Unable to select [4]: Interrupted system call (max_fd=29) error (#1851)
- SSH2: add EOF test isConnected() (#1926)
- SFTP: make it so SFTP::RESUME also sets offset of local file (#1921)
- SFTP: SFTP::RESUME_START didn't work as described (#1921)
## 3.0.20 - 2023-06-13
- SSH2: better support for multiple interactive channels & expose shell functions (#1888)