CHANGELOG: add 3.0.33 release

This commit is contained in:
terrafrost 2023-10-21 09:00:39 -05:00
parent 46602823cc
commit 33fa69b251
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 3.0.33 - 2023-10-21
- SSH2: fix for PHP 7.3 (#1953)
- Crypt: improve ARM detection code (#1949)
- Rijndael: fix for PHP 8.3+ compatability (#1944)
- X509: fix for weird characters in subjaltname (#1943)
- move JIT check to BigInteger (#1942)
## 3.0.23 - 2023-09-18
- fix "Undefined index: jit" error on Windows (#1940)