Skip to content

Commit

Permalink
Prepare 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Apr 10, 2020
1 parent ea106f2 commit db8a4f1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ CSV File handling for the XP Framework ChangeLog

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

## 9.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)

## 8.0.2 / 2019-12-02

* Made compatible with XP 10 - @thekid
Expand Down Expand Up @@ -44,7 +53,7 @@ CSV File handling for the XP Framework ChangeLog

## 6.0.1 / 2015-02-12

* Changed dependency to use XP ~6.0 (instead of dev-master) - @thekid
* Changed dependency to use XP 6.0 (instead of dev-master) - @thekid

## 6.0.0 / 2015-01-10

Expand Down

0 comments on commit db8a4f1

Please sign in to comment.