diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a3fdb3..b78a4c02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -180,6 +180,12 @@ - Salsa20 / ChaCha20 - namespace changed from `phpseclib\` to `\phpseclib3` to facilitate phpseclib 2 shim (phpseclib2_compat) +## 2.0.42 - 2023-03-06 + +- Blowfish: fix issues on 32-bit PHP installs +- BigInteger: fix for hex numbers with new lines in them +- SSH2: add getTimeout() method (#1889) + ## 2.0.41 - 2022-12-23 - fix for more PHP 8.2 deprecations (#1875)