Skip to content

Commit

Permalink
Prepare 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Apr 10, 2020
1 parent f65c1b0 commit d583956
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 @@ RDBMS support for the XP Framework: MySQL, Sybase, MSSQL, PostgreSQL, SQLite3, I

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

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

## 12.0.3 / 2020-04-05

* Implemented RFC #335: Remove deprecated key/value pair annotation syntax
Expand Down

0 comments on commit d583956

Please sign in to comment.