Added changelog for 3.0.2

This commit is contained in:
Tobias Nyholm 2020-12-27 18:56:56 +01:00 committed by terrafrost
parent b14caee559
commit aa638b1c75

View File

@ -1,5 +1,11 @@
# Changelog
## 3.0.2 - 2020-12-24
- EC/PKCS1: throw exception when trying to load non-strings (#1559)
- X509: make date methods accept DateTimeInterface instead of DateTime (#1562)
- SSH2: suppress errors on stream_select calls (#1560)
## 3.0.1 - 2020-12-19
- PKCS8: fix E_WARNING (#1551)