CHANGELOG: add 2.0.19 and 2.0.20 entries

This commit is contained in:
terrafrost 2019-06-23 11:17:42 -05:00
parent bad47d9b00
commit 13a84a5627
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2.0.20 - 2019-06-23
- BigInteger: lower PHP req back down to PHP 5.3.3 (#1382)
## 2.0.19 - 2019-06-19
- BigInteger: fix issues with divide method in pure-PHP mode
## 2.0.18 - 2019-06-13
- SSH2: close channel when a timeout occurs (#1378)