Skip to content

Commit

Permalink
Prepare 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Apr 10, 2020
1 parent ef19547 commit e961653
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ FTP protocol support for the XP Framework ChangeLog

## ?.?.? / ????-??-??

## 10.0.0 / 2020-04-10

* Implemented xp-framework/rfc#334: Drop PHP 5.6:
. **Heads up:** Minimum required PHP version now is PHP 7.0.0
. Rewrote code base, grouping use statements
. Converted `newinstance` to anonymous classes
. Rewrote `isset(X) ? X : default` to `X ?? default`
(@thekid)

## 9.1.1 / 2020-04-04

* Made compatible with XP 10 - @thekid
Expand Down

0 comments on commit e961653

Please sign in to comment.